Categoria: ZIM User Documentation

The Original Internet Language

$ObjRunMethod

Run the methods of an ActiveX object. Syntax $ObjRun[Method] (Object, MethodName, «Parameters») Parameters Object an object variable or formfield of type OLE MethodName a string or an expression that evaluates to a string Parameters one or more optional arguments as per the specifications of the object Return Value Returns a result as per the specification…
Leia mais

RETURN

Ends execution of an application program and returns to the “previous” command level. Syntax RETURN [TO procedure] Parameters procedure The name of a procedure. Must be an ancestor (i.e., the “parent”, “grandparent”, “great-grandparent”, etc.) of the current procedure. Comments The RETURN command stops execution of the current procedure. If a TO clause is omitted, execution…
Leia mais

$translate

Replaces segments of a character string with new text. Syntax $translate(source,pattern,replace) Parameters source a character string, or an expression that evaluates to a character string pattern a character string, or an expression that evaluates to a character string replace a character string, or an expression that evaluates to a character string Return Value Character string,…
Leia mais

AND

Performs a Boolean AND of two logic expressions. Syntax expression1 AND expression2 Parameters expression1 A logical expression using conditional and Boolean operators. If the expression is complex, it must be enclosed in parentheses. expression2 A logical expression using conditional and Boolean operators. If the expression is complex, it must be enclosed in parentheses. Return Value…
Leia mais

SET OUTPUT FORMAT

Establishes the format for data output. Syntax SET OUTPUT FORMAT [ NORMAL  |  COMMADELIMITED  |  XML  |  XMLSIMPLE  |  JSON  |  JSONSIMPLE ] Comments The value of OUTPUT FORMAT is NORMAL by default. That is, the LIST and OUTPUT commands create output whose format exactly follows the Object Dictionary definitions of the individual fields being…
Leia mais

$DDEFunction

Invokes and interacts with DDE services Syntax $DDEFunction ( p1, p2, p3, p4, … ) Parameters p1 return type, longint p2 command, longint p3 server handle, longint p4 application command, string Comments Where p1, p2, and so on, indicate the desired DDE service and the data required by that service. The first parameter, p1, is…
Leia mais

SET DECIMALS

Enables or disables the requirement of typing the decimal point. Syntax SET DECIMALPOINT ON|OFF Comments The DECIMALPOINT option is set ON by default. DECIMALPOINT only has an effect on entry fields during FORM INPUT: When DECIMALPOINT is ON: typed digits fill the input mask from the right-most digit leftwards there is no need to type…
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

DETAIL LINE

Specifies the fields that are selected for a report Syntax DETAIL LINE [colheadings] [GRAPHIC [TEMPLATE name]] reportitem [:format:] [WHERE clause] Parameters colheadings Can be COLUMN HEADING OFF Specifies that column break headings are not to be re-displayed at the top of each report page. LEVEL n [WIDTH n ] LEVEL 0 causes level 0 column…
Leia mais

$copytoclient

Copies files from the server side to the client side. Syntax $copytoclient(source file name, destination file name, file type) where source file name an expression that evaluates to a character string containing a valid file address destination file name an expression that evaluates to a character string containing a valid file address file type an…
Leia mais

pt_BRPortuguese