Please enable JavaScript to view this site.

A-Shell Reference

XTR.OPCODE determines the operational mode, from one of the following choices.

Symbol

Value

Description

XTROP_CREATE

0

(0) Normal usage. Create a new control.

XTROP_REPLACE

1

(1) Use existing control but replace data within it

XTROP_APPEND

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.

XTROP_RESELECT

4

(4) Reselect from an existing control

XTROP_DELSEL

5

(5) Delete selected rows

XTROP_PRINT

6

(6) Print and print preview via APEX

Definition file: ashell.def