ReplaceRecord
Find the syntax, use, parameters, return values, and an example for the ReplaceRecord macro command in Connexion client.
Syntax | BOOL = CS.ReplaceRecord |
---|---|
Use to | Replace an online bibliographic or authority (NACO-authorized libraries) record, or records selected in a list, with the current record. Or When offline, marks local record(s) for batch replace. Same as using the Action > Replace Record menu command. |
Parameters | None |
Comments |
|
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 CS.AddFieldLine 1, “500 Field added at line position 1” |
What this example does |
|