Determines paths to search for the resource files.
Syntax:
DBPATH=<path to folder>
Usage and examples:
By default, runtime system looks for resource files in the current directory of the 4gl application.
DBPATH can be used to define search paths for such groups of files:
§ form files (.fm2),
§ actiondefaults (.ad2),
§ start menu (.sm2),
§ toolbar (.tb2),
§ top menu (.tm2),
§ static actions (.sa2).
DBPATH applies at runtime, so it must be set in inet.env:
DBPATH=C:\Users\Lycia\workspace\Lycia\test\output
DBPATH=/opt/Lycia/workspace/Lycia/test/output
Related articles: