User Table Functions
A user table is a logical table defined by the user, as opposed to one defined by the system. It has the same data-structure as any logical table. Also, you can connect a display table to a user table in the same way as to any logical table.
The command for defining a user table is:
• CREATE_LTAB
The commands for handling a user table are:
• COLOR_LTAB
• DELETE_LTAB
• DELETE_LTAB_ROW
• HIGHLIGHT_LTAB
• SECURE_LTAB
• SORT_LTAB
• WRITE_LTAB
The following sections describe each of the above commands in detail.
|
|
In the listing of each command format in the following sections, the normal-font text indicate they are part of the format, so you must specify them as they appear here. The italic text indicate you must replace them with some suitable strings or values. The word or means there are two or more options, one of which you can choose for a parameter.
|