4D v14.3LOAD RECORD |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
LOAD RECORD
LOAD RECORD
LOAD RECORD loads the current record of aTable. If there is no current record, LOAD RECORD has no effect.
Note: If the LOAD RECORD command is executed after a READ ONLY, the record is automatically unloaded and loaded without having to use the UNLOAD RECORD command. Usually, you do not need to use the LOAD RECORD command, because commands like QUERY, NEXT RECORD, PREVIOUS RECORD, etc., automatically load the current record. In multi-user and multi-process environments, when you need to modify an existing record, you must access the table (to which the record belongs) in read/write mode. If a record is locked and not loaded, LOAD RECORD allows you to attempt to load the record again at a later time. By using LOAD RECORD in a loop, you can wait until the record becomes available in read/write mode. Tip: The LOAD RECORD command can be used to reload the current record in the context of an input form. All the data modified are then replaced by their previous values. In this case, the LOAD RECORD command carries out a sort of general cancellation of data entry. |
PROPERTIES
Product: 4D
HISTORY
Created: < 4D v6 SEE ALSO
Locked ARTICLE USAGE
4D Language Reference ( 4D v12.4) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||