Categoria: APP Development

The Original Internet Language

WINDOW DISPLAY

Controls the display of windows on the screen. Syntax WINDOW DISPLAY [window] [EXPOSE|HIDE] Parameters window Window can benameThe name of an open window. The software looks up the value of name in the currently accessed directories in the usual way. A compiled command using name contains the unambiguous name of the window (including a reference…
Leia mais

FORM DEFINE

Invokes Zim IDE to edit a form. Syntax FORM DEFINE formname [[IN] dirname] Parameters formname The name of a new or existing form. dirname The name of the application directory in which the specified form can exist. If the form does not exist in the provided application directory, it will be created there. If omitted:…
Leia mais

MENU DEFINE

Invokes Zim IDE to edit a menu. Syntax MENU DEFINE menuname [[IN] dirname] Parameters menuname The name of a new or existing menu. dirname The name of the application directory in which the specified menu can exist. If the menu does not exist in the provided application directory, it will be created there. If omitted:…
Leia mais

WINDOW DEFINE

Invokes Zim IDE to edit a window. Syntax WINDOW DEFINE winname [[IN] dirname] Parameters winname The name of a new or existing window. dirname The name of the application directory in which the specified window can exist. If the window does not exist in the provided application directory, it will be created there. If omitted:…
Leia mais

DISPLAY DEFINE

Invokes Zim IDE to edit a display. Syntax DISPLAY DEFINE displayname [[IN] dirname] Parameters displayname The name of a new or existing display. dirname The name of the application directory in which the specified display can exist. If the display does not exist in the provided application directory, it will be created there. If omitted:…
Leia mais

WINDOW MOVE

Moves a window to a new location on the screen. Syntax WINDOW MOVE [window] TO position [EXPOSE|HIDE] Parameters window Window can be name The name of an open window. The software looks up name in the currently accessed directories in the usual way. A compiled command using name contains the unambiguous name of the window…
Leia mais

WINDOW ACTIVATE

Makes an open window available for viewing and interaction by the application user. Syntax WINDOW ACTIVATE [window] [EXPOSE|HIDE] Parameters window Window can be name The name of an open window. The software looks up name in the currently accessed directories in the usual way. A compiled command using name contains the unambiguous name of the…
Leia mais

FORM DISPLAY

Displays some or all of the form fields of the currently open form or display in the current window. Syntax FORM DISPLAY [ option ] [ object ] Parameters option Can be BELL Sounds the terminal bell when the FORM DISPLAY command is executed. On older machines, the PC bell is rung. Newer machines must…
Leia mais

FORM OPEN

Opens a form or display in the current window. Syntax FORM OPEN [object][ NOCLEAR][ NOGUIUSE] Parameters object name: The name of the form or display to be opened. (expr): A character string, or an expression that evaluates to a character string, to be used at run time as the name of the form or display.…
Leia mais

WINDOW SET

Syntax Modifies the individual attributes of opened windows. Example WINDOW OPEN <name> WINDOW SET (label “Whatever Title you want to use”) Parameters option Options that affect certain window attributes. Can be[UN]AVAILABLEBORDER color[NOT] CLOSEDFILLCOLOR colorFONT expr[NOT] FUNCTIONKEYS[NOT] GOTFOCUSLABEL exprMOUSEPOINTER fileName[NOT] LOSTFOCUS[NOT] MESSAGES[NOT] MODALPENCOLOR colorPOINTSIZE exprSTATUSBARTEXT statusBarTextTABORDER BY setting window Window can benameThe name of the window…
Leia mais

pt_BRPortuguese