Categoria: System Variables

The Original Internet Language

$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

System Variables

The software maintains a series of system variables that represent either fixed values ($ZimOS) or values that fluctuate dynamically with the current status of the software ($InTransaction) or of application objects (ThisWindow.WindowTag). System variables resemble global variables in nature. The software automatically sets or resets the values of system variables to reflect the status of…
Leia mais

pt_BRPortuguese