Jiajing Posted Tuesday at 05:02 PM Share Posted Tuesday at 05:02 PM (edited) What is the criteria to get access to discription (the text) of a general notes. Following seems doesn't work GetRField(h,"General Notes","__NoteDescrip") Edited Tuesday at 05:02 PM by Jiajing Quote Link to comment
Pat Stanford Posted Tuesday at 05:32 PM Share Posted Tuesday at 05:32 PM I think you have the record name wrong. The "General Notes" record only holds information about the general formatting of the notes, not the individual note records. 'NNA_GeneralNotes','__NoteDescrip' should be what you want, but you also need to get a handle to the correct object. The following thread has a Vectorscript that does this and writes the data into a worksheet. Quote Link to comment
Jiajing Posted Tuesday at 05:46 PM Author Share Posted Tuesday at 05:46 PM @Pat Stanford Thank you. General Notes is really different than Callout. GN_Hand=vs.FSActLayer(); PG_Hand= vs.GetCustomObjectProfileGroup(GN_Hand); h=vs.FInGroup(PG_Hand); Text = vs.GetRField(h,"NNA_GeneralNotes","Text") Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.