AddJobCard()
Adds a job card record to the service manager system.
Syntax
AddJobCard() --> lSuccess
Arguments
None.
Returns
TRUE if the record was successfully added to the service manager, otherwise FALSE is returned.
Description
This function adds a job card record to the CAPITAL service management database. The function assumes that the SMJOBS database is already open and available. If it is not, use the OpenTable() function to open it first. If the operation is successful, the record is locked, ready for writing further information to it. You do not need to use the LockRecord() function. However, if you want other users to be able to access the record right away, you should issue:
SMJobs->(UnlockRecord())
after you have finished updating it.
____________________________
Related Topics: