Categoria: ZIM User Documentation

The Original Internet Language

SET AUTORETRY

Specifies if implicit transactions are to be retried automatically if a deadlock or a time-out occurs. Syntax SET AUTORETRY ON|OFF Comments The AUTORETRY option is set OFF by default. When AUTORETRY is ON, implicit transactions that fail because of deadlock or time-outs will be retried until they finally succeed or an internal maximum number of…
Leia mais

$Located

Indicates the number of records that meet the condition(s) specified in the most recent LOCATE command. Syntax $located Return Value A number. Can be reset by an application program. Description The number of records that met the conditions specified in the most recent LOCATE command. See Also LOCATE System Variables

$LineNumber

Syntax $LineNumber Return Value The line number (int) of the current command in the currently executing program. It cannot be reset by an application program. Comments For commands that are continued over more than one line, $LineNumber refers to the last line of the command. See Also SET LEXTRACE SET TRACE

$SQLErrMsg

The error message returned from the SQL database. Syntax $sqlerrmsg Value A character string. Can be reset by an application program. Description A character string, containing the message returned from the SQL database for the last SQL statement executed. For explanation of these error messages, consult the documentation for the particular SQL server. See Also…
Leia mais

SET OUTPUT TRIM

Controls how trailing blanks in output lines are treated. Syntax SET OUTPUT TRIM ON|OFF Comments The OUTPUT TRIM option is set OFF by default. Normally, trailing blanks are retained in the output stream. To remove trailing blanks, set OUTPUT TRIM to ON. This option works with single lines of text; to trim trailing blanks in…
Leia mais

BYE

Exits an application session and returns control to the operating system. Syntax BYE Comments The BYE command ends the current application session, when encountered. If an application document called ZIMBYE exists and contains an application program, that program is automatically executed before the session ends. Depending on how you exit Zim, the zimbye is not…
Leia mais

$False

A “false” value for comparison. Syntax $false Return Value Binary false (“0”). Cannot be reset by an application program. Description A “false” value for comparisons in logic expressions. Example if Event.ScrollingKey = $False … commands … endif See Also $Null $True About Conditional Expressions System Variables

$Page

The current page number. Syntax $page Return Value A number. Can be reset by an application program. Description During generation of a report, $Page tracks the current report page number. At the start of each report, $Page is initialized to 1. At the start of each new page in the same report, $Page is automatically…
Leia mais

Field DirId

The numeric identifier for the directory. Valid Values A value in the range 0 to 248 (DEFAULT = 0) Remarks Every directory accessed by an application must have a unique DirId. If you choose a DirId of 0, the internal ID of the directory is set to match the number assigned to the corresponding operating…
Leia mais

Field WdgItems

Stores initial values for lists. The initial list of values for a combo box or list box are stored in WdgItems. Valid Values A 256-character string, containing a list of values separated by semicolons Remarks If the length of any item in the list exceed the field’s FieldLen, then that item is truncated. Leading spaces…
Leia mais

pt_BRPortuguese