Is there a way to check whether a specific field in a document has an attachment in it? I know commands like @Attachments will tell you if the document has an attachment, but we are trying to devise a way (using views, formula language, scripting, or other method) to determine whether the attachment is in a specific field on the form. Thoughts?
Thanks in advance for your advice/guidance.
Subject: Reference
Yes. Look at the example for the EmbeddedObjects property of the LotusScript NotesRichTextItem class in Domino Designer Help.
Subject: RE: Reference
But if the document is not saved yet, how do we determine if a RichTextField has attachment or not? Because I need to make sure the user has attach something in a particular field.
Thanks.
Subject: RE: Reference
Can anyone give me some hints on this issue? Thanks.