I have a rich text Lite field. it should allow only doc links. This field should be a mandatory field. (I should not allow users to save this document unless they inlcude a doclink in this field). Can anyone let me know if this is possible and how? Thanks
Subject: Validating Rich Text Field
I assume, that the only way to check for that is to move the focus to the UI field, call SelectAll and DeselectAll and trap the error that comes up, if the field is empty.
I did not test specifically, if this works with doclinks as well, but I would assume it does.
Subject: RE: Validating Rich Text Field
Thank you. It works… 4407 is the error code that should be trapped.