InsertFromCitedRecord
Find the syntax, use, parameters, return values, and an example for the InsertFromCitedRecord macro command in Connexion client.
Syntax | BOOL = CS.InsertFromCitedRecord |
---|---|
Use to | Insert data from a cited record that has a bibliographic connection to the record you are editing. Same as using the Edit > Insert from Cited Record menu command. See Build fields that cite related records (760 - 787) for more information. |
Parameters | None |
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object bReturn = CS.InsertFromCitedRecor |
What this example does |
|