Accessing application\\window using $setting
Author: i.sharp@pcisystems.co.uk (Iain Sharp)
Is it possible to set the USYS (i.e. runtime only) values in [application] on windows? The documentation seems to suggest it is, using
$setting("USYS","application\\window","USYSDATA")=.......... However, when I try it (from the application startup trigger), it returns -1118. If I use
$setting("","application\\window","USYSDATA")=.......... It returns 0 and successfully sets the value in the ini file for the NEXT time uniface is started. The documentation for setting values using "USYS" is confusing, as the only example is Addressing Runtime Settings with $setting
$setting ("ÜSYS", "WORKDIR", "USYSDATA") = ".bda/uniface/data"