Chris J Richards 11.Jun.12 07:03 AM a Web browser Domino Designer All Releases All Platforms
Hi guys,
I am using the line:
If profDoc.HasItem("Signature_Rich") Then
to see if the user's mailfile template has the option to use rich text for signatures or not.
If yes, I am setting the signature using rich text, otherwise I am using a word HTML document.
The problem I have, is the above line, always returns true, even though the field "signature_rich" does not exist!
Any idea's why, or how to get around this?
Would it be anything to do with the fact the field is a Rich Text Field?
Thanks in advance.


LotusScript HasItem Problem (Chris J Richard... 11.Jun.12)
. . RE: LotusScript HasItem Problem (Paul K Smerdon 12.Jun.12)
. . RE: LotusScript HasItem Problem (Rich Schwartz 12.Jun.12)
|