ReleaseRecordLock
Find the syntax, use, parameters, return values, and an example for the ReleaseRecordLock macro command in Connexion client.
| Syntax | BOOL = CS.ReleaseRecordLock |
|---|---|
| Use to | Release the lock on a WorldCat record. Same as using the Action > Release Record Lock menu command. |
| Parameters | None |
| Comments | You must be logged on and have a locked record displayed to run this macro. |
| Return values | TRUE if the action is successful, or FALSE if not. |
| Example | Sub Main()
Dim CS As Object CS.Search “WC”, “#1” If CS.Lock = True Then |
| What this example does |
|
