I has create a computed for display field “$v2attachmentoptions” or “$V2AttachmentOptions” to try to hide the attachments.
My code is to use “dialgbox” function to open a form and then press “ok” to copy a rich text (dynamice field name) to the document, so that the form has not create such rich text in design mode.
Do the above situation can be hidden?
I also re-create the form and change “$v2attachmentoptions” or “$V2AttachmentOptions” to computed field. The attachments cannot be hidden
Subject: Can $v2attachmentoptions hide attachment in client
You might want to think over the design of your application. $V2AttachmentOptions will not work in the client. But why in the first place do you have to embed objects into different RTItems at all, that don’t exist on the form?
How do you plan to provide a handle to those attachments anyway? If you don’t want them to be not visible at all for some reason, why not simply attach them to an existing RTField called body and then hide this the way Ben Langhinrichs explained to you?