Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > SET_LANGUAGE_PATH

 

 

Purpose

SET_LANGUAGE_PATH enables you to assign a logical database name as the default object base.
 

Syntax

SET_LANGUAGE_PATH(log_db_name)
 

Operation

log_db_name is a logical database name defined in the initialization file.
 

Remarks

This feature assigns to @PRODEF the value of log_db_name.  It is effective only from the next top-level function. This is not a global function.
 

Example

SET_LANGUAGE_PATH(“newdef")

The above example sets the @PRODEF variable to “newdef". 
When the function returns to its root, the language is set to whatever the database entry for “newdef" was set to in the initialisation file, and then changes languages.

Assumes a set of bootstraps to a logical database as the default object base.
 

Comment on this topic

Topic ID: 520115

 
 
 

Table of Contents

Index

Glossary

-Search-

Back