Hello,
I know lots of topics are talking about that problem, but mine is quite specific and no solution could be found on all the topics.
I have a field $V2AttachmentOptions filled with value “0” in my form.
Normally at this point the attachments that are not able to be open in a RTF should not be displayed at the bottom of my page anymore. Is it correct?
Actually, they are still displaying when I’m opening a document based on that form. The document was already existing. What did I missed? Any ideas? Solutions?
Subject: $V2AttachmentOptions and attachments
Certain version of ND6 (and perhaps ND7, I don’t know) won’t work when $V2AttachmentOptions is expressed in proper case, like in your code.
Changing it to lowercase seems to work?!
So, try $v2attachmentoptions
ken@noteshound.com
Subject: RE: $V2AttachmentOptions and attachments
Thanks Kenneth, I tried this in lower case also, but it’s still not working.
Do you know if it could be the fact that I’m using for test old documents created when the $v2attachmentOptions was not part of the document or it should work anyway?
Subject: RE: $V2AttachmentOptions and attachments
I can’t believe that that should matter.It’s what’s in the document now that matters.
Subject: RE: $V2AttachmentOptions and attachments
Ok think so too but a little doubt was making me asking this.
So anybody has had a similar problem?