BEGIN WORK
Starts an explicit transaction. Syntax BEGIN WORK Comments This command is the SQL equivalent of the TRANSACTION command. See Also $InTransaction COMMIT WORK ROLLBACK WORK TRANSACTION
Starts an explicit transaction. Syntax BEGIN WORK Comments This command is the SQL equivalent of the TRANSACTION command. See Also $InTransaction COMMIT WORK ROLLBACK WORK TRANSACTION
– (Subtract/Negative) Indicates a negative value (unary -) or subtracts one value from another. Syntax [expression1] – expression2 The minus sign (-) subtracts the expression on the right from the expression on the left. where expression1 a number or expression that evaluates to a number expression2 a number or expression that evaluates to a number…
Read more
Performs real-time and on-line backups of Zim databases. Unix Syntax [nohup] zimbackup [-k] & Windows NT Syntax [start] zimbackup [-k] Parameters -k optional parameter to stop Zim Backup Server Comments Zim Backup Server, working together with Zim Server, performs a real-time, online backup of any databases being serviced by Zim Server. All modifications performed by…
Read more
Sends a bitmap image of the screen to print; output is sent to either the clipboard or the standard output printer. Syntax $screenprint() Return Value Returns “1” ($True) if no errors were detected before the print job was submitted. Otherwise, returns “0” ($False). See Also $printersetup $screensave PRINT
Ends a transaction and writes all updates to the database. Syntax COMMIT WORK Comments This command is the SQL equivalent to the ENDTRANSACTION command. See Also $InTransaction BEGIN WORK ROLLBACK WORK TRANSACTION
Controls if virtual fields can be output using a LIST command. Syntax SET OUTPUT VIRTUALFIELD ON|OFF Comments The OUTPUT VIRTUALFIELD option is set ON by default. Normally, LIST can output virtual fields. To suppress the output of virtual fields, set OUTPUT VIRTUALFIELD to OFF. See Also LIST
Display a user-defined cursor when the mouse hovers over a graphical formfield widget. Syntax WINDOW SET (MOUSEPOINTER ) [] Parameters A string or an expression that evaluates to a string; the string must be a valid cursor file name. An optional window name. The default is the current window. Comments Every graphical formfield widget can…
Read more
Obtain the oldest event generated by a COM component. Syntax $ObjGetEvent (Object) Parameters Object an object variable or formfield of type OLE Return Value Returns a result as per the specification of the object. Note: Zim attempts to convert to the assigned type. Ensure a proper variable type is assigned. Comments COM objects can generate…
Read more
Identifies the software that is currently being used. Syntax $zimversion Return Value A number. Cannot be reset by an application program. Description The version number of the software currently being used (e.g., 5.002). See Also $ZimOS $ZimProduct System Variables
The error code returned from the SQL database. Syntax $sqlerrcode Value A number. Can be reset by an application program. Description A numeric code returned from the SQL database for the last SQL statement executed. For explanation of these error codes, consult the documentation for the particular SQL server. See Also $SQLErrMsg System Variables