RETRY_READ() |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > RETRY_READ()
|
|
Purpose |
RETRY_READ tells the system to continue trying to read and lock a record that is locked by another process. |
Syntax |
RETRY_READ() |
Remarks |
Normally, if the system attempts to read a locked record on a first file read, it will terminate the read and return to the read field. This command tells the system to continue reading until the lock is released. This command is designed for Lock Logic. |
Example |
RETRY_READ() |
Topic ID: 520104