Categoria: APP Development

The Original Internet Language

FORM SET

Dynamically modifies appearance and behavior attributes of open forms or form fields in the current window. Syntax #1 Dynamically changes certain attributes of open forms, form fields, or displays. FORM SET («option») «object» Parameters option Can be [NOT] ABBREVIATE, [NOT] AUTOCLEAR, [NOT] AUTOSKIP, [UN] AVAILABLE, [NOT] BOLD, [NOT] CLICK, [NOT] DOUBLECLICK, EVENT eventName, FILLCOLOR color,…
Leia mais

WINDOW SCROLL

Scrolls an open window horizontally or vertically under application program control. Syntax WINDOW SCROLL [window] action Parameters window Window can be name The name of the window that you want to open. The software looks up name in the currently accessed directories in the usual way. A compiled WINDOW OPEN command using name contains the…
Leia mais

FORM SET DYNAMICLIST

Sets the contents of a dynamic list box. Syntax FORM SET DYNAMICLIST < formfield> FROM < setname> FORMAT <expression1> [ HEADING <expression2>] [<expression1_n> [HEADING <expression2_n>]] Parameters formfield A form field in the current form or display. Formfield must have been created as a list box with a drop style of “Dynamic Multi-Column” in the screen…
Leia mais

WINDOW OPEN

Opens a window for use in subsequent window-handling commands. Syntax WINDOW OPEN [window] [AT position] [SIZE winsize] [FOR form] [IN parent] Parameters window Window can be: name The name of the window that you want to open. Zim looks up the name in the currently accessed directories in the usual way. A compiled WINDOW OPEN…
Leia mais

FORM SET LIST

Sets the contents of a list box or combo box form field. Syntax #1 Sets the contents of a list box or combo box from the value of an expression. FORM SET LIST formfield LIST expression Parameters formfield A form field in the current form or display. Formfield must be a list box or combo…
Leia mais

WINDOW SET ACCELERATOR

Establishes the accelerators for the current window. Syntax WINDOW SET [ ADD|NOT] ACCELERATOR [ «keyname»] Parameters ADD Specifies that keyname is to be added to the current list of accelerator keys. NOT Specifies that keyname is to be removed from the current list of accelerator keys. keyname Can be any of the pre-defined key names:…
Leia mais

MENU DISPLAY

Displays the open menu in the current window. Syntax MENU DISPLAY [INPUT] [PURGE] [«object»] Parameters INPUT Shifts focus to the menu, and requests input from the application user. PURGE Shifts focus to the menu, and requests input from the application user. object Can bemenuThe name of the open menu in the current window.menuitemThe name of…
Leia mais

WINDOW SET CURRENT

Makes an open window the current window. Syntax WINDOW SET [NOT] CURRENT [window] Parameters NOT Places window at the bottom of the currency stack. window The name of an open window. Can be a window object name, or (expr), where expr is a character string, or an expression that evaluates to a character string, that…
Leia mais

MENU INPUT

Shifts the focus to the open menu in the current window and puts the application user in control of the interface. Syntax MENU INPUT [PURGE] Parameters PURGE Specifies that unprocessed input received before the MENU INPUT command was executed is to be ignored. Eliminates the possible effects of inadvertent keystrokes or mouse actions before the…
Leia mais

MENU CLOSE

Closes the open menu in the current window. Syntax MENU CLOSE [object] Parameters object Can benameThe name of the menu to be closed.(expr )A character string, or an expression that evaluates to a character string, used at run time as the name of the menu. Using expr enables one MENU CLOSE command to specify different…
Leia mais

pt_BRPortuguese