XTR.OPCODE determines the operational mode, from one of the following choices.
Symbol |
Value |
Description |
---|---|---|
0 |
(0) Normal usage. Create a new control. |
|
1 |
(1) Use existing control but replace data within it |
|
2 |
(2) Append data to an existing control |
|
XTROP_DELETE |
3 |
(3) Deletes an XTREE control, and is only necessary when the control was created with the TXF_MODELESS flag (otherwise it is deleted automatically). Note that you can also delete the XTREE control (like any other control) by clearing the screen with Tab(-1,0) or by deleting the parent dialog. |
4 |
(4) Reselect from an existing control |
|
5 |
(5) Delete selected rows |
|
6 |
(6) Print and print preview via APEX |
|
Definition file: ashell.def |