Uniface Underground -> Undocumented.Features.Only. |
Name | $about
Return a list of the current installation parameters |
||||||||||||||||||||||||||
Synopsis | $about | ||||||||||||||||||||||||||
Use | Allowed in form components (and in service and report components that are not self-contained). | ||||||||||||||||||||||||||
Description | The function $about
returns a list of the current installation parameters.
Tested in 7.2.02, 7.2.03 Note: Refer to Proc Language Manual section 1.12.3 Lists of items for information about the structure of lists. |
||||||||||||||||||||||||||
Return Value | The function $about
returns a string that contains a list with this keys:
See the "About UNIFACE" in your IDF...
|
||||||||||||||||||||||||||
Example | getitem/id trk, $about, "track"
if (trk = "7.2.03") activate "workaroudn".exec() ; Service to solve a bug in 7.2.03 endif |