Specifies the location of the user-defined default resources file.
Syntax
LYCIA_USER_RESOURCES=<path to file>
Usage and examples
LYCIA_USER_RESOURCES specifies the path to the user resources file.
User resources file is created by the 4gl developer and contains default values for programs. This file is called UserResources.tr2 and is located in:
If necessary, you can create as many system resources files as you want depending on your development and production needs.
In this case, the name of the system resources file and its location must be set in inet.env and env.properties as a value of LYCIA_USER_RESOURCES :
LYCIA_USER_RESOURCES=C:\Users\my_user\my_lycia\my_user_files\my_user_resources.tr2