HIGHLIGHT_LTAB
This command enables you to switch on or off the highlight of a position in the data area of the user table.
|
|
The command HIGHLIGHT_LTAB can work on user tables that have been secured with the command SECURE_LTAB and the option READ_ONLY.
|
The format of the command is as follows:
HIGHLIGHT_LTAB 'User table name'
(Row-no Column-no) or (ROW Row-no) or (COLUMN Column-no) or ALL
or (TITLE title string-no or ALL)
ON or OFF or MARK
An example of the command is given below:
HIGHLIGHT_LTAB 'usertable1'
3 5
ON
HIGHLIGHT_LTAB requires three pieces of data. The first is the name of the user table for the command. The second is the position of the area in the specified user table whose highlight is to be changed, and the third is the ON/OFF state to switch the highlight to.
In the above example, row 3 and column 5 in the user table usertable1 is to be highlighted, that is, ON.
You can specify the position in five other ways, for example:
• ROW 5, which means the entire row 5.
• COLUMN 3, which means the entire column 3.
• ALL, which means all rows and columns.
• TITLE 2, which means the second title string.
• TITLE ALL, which means all title strings.
Also, you can specify OFF to switch off the highlight or MARK to mark the box with an inner box.
Another example of the command is:
HIGHLIGHT_LTAB 'usertable1'
TITLE 2
MARK
which means highlighting title string 2 with a MARK which is an inner box.