LYCIA_MSGPATH

 

Specifies the path to search for 4gl message files.

 

Syntax:

 

LYCIA_MSGPATH=<path to folder>

 

Usage and examples:

 

By default, runtime system looks for message files in the current directory of the 4gl application.

LYCIA_MSGPATH is included in default Lycia configuration - in inet.env, env.properties, environ.bat, and lycia.cfg files created by Lycia installer. In this case, runtime system looks for 4gl message files in $LYCIA_DIR/msg/:

 

LYCIA_MSGPATH=C:\Program Files\Querix\Lycia 3 Development Suite 7.1\Lycia\msg

 

 

LYCIA_MSGPATH=/opt/Querix/Lycia/msg

 

To return to the default behavior, you have to remove LYCIA_MSGPATH from the configuration files (not recommended). Otherwise, it must be set in inet.env, env.properties, environ.bat, and lycia.cfg (depending on your developer's needs).

 

 

Related articles:

qmsg

HELP clause for DISPLAY ARRAY

HELP clause for CONSTRUCT

showhelp()