Get_App_Info function

Retrieves information about the application parameter passed to the function. The information is stored in the SYSAPPS table.

result = Get_App_Info(application_name)

The Get_App_Info function has the following parameter.

ParameterDescription
application_nameThe name of the application for which the information is to be retrieved.

result - a field mark delimited variable containing the following information stored in SYSAPPS.

Field NumberDescription
1 Application name
2 Database ID
3 Template Application Name
4 Creation date and time
5 Company name
6 Author
7 Create permissions
8 Abstract
9 Document reference
10 Document tool
11 Type ID
12 Class ID
13 Entity ID
14 Database Column Support (null = False, 1 = True)
15 Logon Banner Name
16 UTF Enabled (null = False, 1 = True)

After the function is called, the variable application_information will contain the application related information described above.

declare function get_app_info

application_information = Get_App_Info('EXAMPLES')
  • guides/programming/programmers_reference_manual/get_app_info.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1