Description

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

Syntax

result = Get_App_Info (application_name)

Parameters

The Get_App_Info function has the following parameter.

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

Returns

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

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

Example

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')
  • No labels