HoldRecord()
Hold or set form record.
Syntax
HoldRecord(<lSet>) --> lHeld
Arguments
<lSet> --> is a logical TRUE if you want the form to "hold" the current record. Do not pass a value if you just wish to query whether the current record is held or not.
Returns
Returns a logical TRUE if the record is held, otherwise FALSE.
Description
Use this function to query whether the current record is held or hold the current record. When a record
is held it is drawn repeatedly on the form. Holding a record can be useful when you wish to display information
about the same record over more than one line.
____________________________
Related Topics: