Commands¶
Position the window cursor (character positioning) |
|
Begin a transaction (transaction logging system) |
|
Send the “Sound Bell” sequence |
|
Terminate a loop, or the current case of a switch construct |
|
Terminate an if construct |
|
Display a message on the caption line |
|
Terminate current process and replace it with another |
|
Move a window or object (character positioning) |
|
Check that a record buffer contains a record |
|
Check if bytes are available in a sequential file, socket or pipe |
|
Check if messages are pending |
|
Check existence of a specified process |
|
Clear data, controls and buffers |
|
Clear every control in the window and the window background |
|
Clear a batch buffer |
|
Global clear, but without unlocking records or files |
|
Disable a programmed function key |
|
Close a file, menu, listbox, database or cursor |
|
Close a file, resetting file position and releasing cached information |
|
Close a sequential file, socket or pipe |
|
Commit a transaction (transaction logging system) |
|
End current iteration of a loop and start the next |
|
Force a program exception |
|
Create or recreate a window or control with its original properties |
|
Delete a record from a file |
|
Destroy a window or object |
|
Start a dialog |
|
Disable a window or control from input and focus |
|
Display the current state of an object |
|
Do statements and repeat while a condition is true |
|
Draw a horizontal or vertical line |
|
Draw a rectangle |
|
Enable a window or control so that it can receive input focus |
|
End a menu option or report statement set |
|
Display an error message |
|
Execute a child process |
|
Terminate the current program |
|
Flood fill a rectangular area of the screen |
|
Find and read a record by full or partial key value |
|
Flush file data to disk |
|
Flush pending output to a specified channel |
|
Flush all sequential and keyed files to disk |
|
Flush pending output to the screen |
|
Repeat statements with initialisation and control |
|
Read data into fields from a sequential file, socket or pipe |
|
Call a subroutine |
|
Transfer program control to a specified line |
|
Hide a window or object, removing it from display |
|
Conditionally execute statements |
|
Display an information message |
|
Input into textboxes and buttons in a specified order |
|
Insert a new record into a keyed file |
|
Read next record matching current search data |
|
Maximise a window |
|
Minimise a window (to taskbar or icon) |
|
Move a window or object (pixel positioning) |
|
Position the window cursor (character positioning) |
|
Read the next record in a file |
|
Read key data only from the next record in a file |
|
Configure a function key to call a ring menu option |
|
Configure a function key to transfer program control |
|
Specify function/subroutine to be called if program is interrupted |
|
Configure a function key until current menu option ends |
|
Register function to be called if an OLE control error occurs |
|
Open a keyed file, menu or listbox |
|
Open a sequential file, socket or pipe |
|
Open a keyed file |
|
Preserve a record buffer from global clearing |
|
Read the previous record in a file |
|
Read key data only from the previous record in a file |
|
Display user prompt, or await keypress before continuing |
|
Write formatted data to a window |
|
Write data to a sequential file, socket or pipe |
|
Raise a window or control to the top |
|
Read a record using exact key data |
|
Read key data only from a record using exact key data |
|
Lock a file from update by all users |
|
Redisplay the screen |
|
Client cache service refresh_cache command |
|
Restore a minimised window to its previous size and position |
|
Return from a subroutine or function |
|
Reposition a file or secondary index at its start |
|
Rewind a sequential file to the beginning |
|
Undo database updates (transaction logging system) |
|
Save text typed into a textbox before a function call |
|
Scroll a listbox or table vertically to a specified position |
|
Position a sequential file at a stated position |
|
Set the default subscript for the first dimension |
|
Set the default subscript for the fourth dimension |
|
Specify control to receive input focus when current function returns |
|
Set the default pen for put commands |
|
Set the default subscript for the third dimension |
|
Set the default subscript for the second dimension |
|
Show a window or control, returning it to display |
|
Suspend the program for a specified number of seconds |
|
Stop a sound from playing |
|
Choose statements to be executed according to the value of a field |
|
Synchronise the current file position of all secondary indexes to the current main index file position |
|
Test for a record with a specified key |
|
Unlock a record or file |
|
Return a record buffer to global clearing status |
|
Suspend the program and await an alarm interrupt |
|
Send an alarm interrupt to a program |
|
Repeat statements while a condition is true |
|
Position a file or secondary index at the end |
|
Position a sequential file at the end |
|
Write a record back to a file |
|
Lock a file from update by other users |
RELATED TOPICS |