IsLayBy()
Determines if a transaction is a lay-by.
Syntax
IsLayby() --> lLayBy
Returns
Logical TRUE is returned if the transaction is a lay-by, otherwise logical FALSE is returned. If the invoice.dbf database has not been opened by the form, logical FALSE is always returned.
Description
Determines whether a transaction is a lay-by and returns logical TRUE if this is the case. Only transactions held in the invoice.dbf database can be lay-bys. The form must therefore open the invoice.dbf database. Ensure that IsLayby() is used in the specific body that opens invoice.dbf, otherwise logical FALSE will always be returned.
____________________________
Related Topics: