[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| SET MARK OF |
+---------------------------------+
SET MARK OF MENU <menu name>
TO <expC1> | <expL1>
SET MARK OF PAD <pad name>
OF <menu name> TO <expC2>
| <expL2>
SET MARK OF POPUP <popup name>
TO <expC3> | <expL3>
SET MARK OF BAR <expN> OF
<popup name>TO <expC4>
| <expL4>
-----------------------------------
Specifies menu pad or popup option mark character.
-----------------------------------
SET MARK OF <menu name>
Mark character specified for every pad in a menu with SET MARK OF <menu
name>.
TO <expC1>
Mark character specified by <expC1>. If <expC1> is literal character
string it must be enclosed in single or double quotation marks. If
<expC1> contains more than one character, first character is used as
mark character.
<expL1>
If logical expression <expL1> evaluates to true (.T.), the mark
characters are displayed beside every pad in menu. To remove mark
characters set <expL1> to false (.F.).
SET MARK OF PAD <pad name> OF <menu name>
Specify mark character for individual menu pads.
TO <expC2>
TO <expL2>
Different mark character can be specified for each pad in menu. Mark
character for a pad is specified by <expC2> and may be toggled on or off
with <expL2>.
SET MARK OF POPUP <popup name> TO <expC3> | <expL3>
SET MARK OF BAR<expN> OF <popup name>TO <expC4> | <expL4>
SET MARK OF POPUP <popup name> and SET MARK OF BAR <expN> OF <popup
name> commands let you place mark characters beside every option in
popup or beside individual options. SET MARK OF POPUP <popup name> is
used to designate a mark character <expC3> that is placed next to every
option in popup; SET MARK OF BAR <expN> OF <popup name> places a mark
character beside individual popup options. Popup mark characters may be
toggled on or off with the logical expression <expL3>, individual popup
options may be toggled with <expL4>.
You may not mark options in a popup created with any of the PROMPT
options (FIELD, FILES or STRUCTURE).
+---------------------------------+
| Example |
+---------------------------------+
For example of use of SET MARK, refer to the example in CNTBAR().
-----------------------------------
See Also: CNTBAR(), MRKPAD(), MRKBAR(), SET MARK TO, SET SYSMENU
-----------------------------------
See Also:
CNTBAR()
MRKPAD()
MRKBAR()
SET MARK TO
SET SYSMENU
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson