OP Unload record

4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next

version 1.5


OP Unload record (connectionID; tableID) Longint

ParameterTypeDescription
connectionIDLongintConnection ID with target server
tableIDLongintNumber of the table in the database
Function resultLongintError code result for the function

Description

OP Unload record releases the current record in tableID, which was returned in read/write mode by OP Load record, OP Goto selected record or OP Goto record.

If there is no current record, OP Unload record has no effect.

Error Codes

If OP Unload record executes successfully, it returns 0. Otherwise, this function returns one of the following errors:

Error CodeDescription
-9972Table number is out of range.
10128The 4D Open for 4th Dimension package has not been initialized.
10136The connection does not exist.
10154This command cannot be executed right now.

See Also

OP Load record, OP Set access mode, OP Update record, UNLOAD RECORD.


4D - Documentation   Français   English   German   4D Open for 4D, Command Theme List   4D Open for 4D, Command Alphabetical List   Back   Previous   Next