DSQCP global variables
Global variables whose names begin with DSQCP control the operation of the table editor.
The following DSQCP global variables are available:
Name | Length | Description |
---|---|---|
DSQCP_CNFRM_DBUPD | 1 | Indicates if the Confirm database updates
check box in the Options tab of the Edit Resource
Limits dialog box is selected or not. Values include:
Note: This is a read-only variable. If this variable is set 1, the confirmation panel is
displayed irrespective of the values set in DSQCP_TEADD, DSQCP_TECHG, and
DSQCP_TEDEL.
|
DSQCP_TEADD | 1 | Determines if a confirmation panel is displayed when adding rows to
a table during a table edit session. Values can be:
Note: The value set in this variable is ignored if DSQCP_CNFRM_DBUPD is 1.
|
DSQCP_TECHG | 1 | Determines if a confirmation panel is displayed when modifying rows
in a table during a table edit session. Values can be:
Note: The value set in this variable is ignored if DSQCP_CNFRM_DBUPD is 1.
|
DSQCP_TEDEL | 1 | Determines if a confirmation panel is displayed when deleting rows
in a table during a table edit session. Values can be:
Note: The value set in this variable is ignored if DSQCP_CNFRM_DBUPD is 1.
|
DSQCP_TEDFLT | 1 | Defines the reserved character used in the Table Editor to indicate a default value for a column. The default value is "+". This variable can also be set in the Enter default values as field found in the Preferences window. |
DSQCP_TENULL | 1 | Defines the reserved character used in the Table Editor to indicate a null value for a column. The default value is "-". This variable can also be set in the Enter null values as field found in the Preferences window. |