Question

  Asked: Apr 23 2008   3:56 PM GMT
  Asked by: Hoa


Check the Rich Text Fields in Lotus Notes Database


Domino 6, Lotus Notes

First Question:

I create two fields, one text field for input the name of the file and another Rich Text Field for file attachment. I want to check the file name attach match with the file name field. If they don't mach, will give an error message to the user when user click Install Button

Second Question:

How do I check the null value of Rich Text Fields, If they are null, will give an error message to the user when user click Install Button

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Using Formula language compare your text field value to the attachment name

@IF(@Uppercase(YOUR_TEXT_FIELD_NAME) != @UPPERCASE(@AttachmentNames);@FALSE;@TRUE)
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Lotus Domino.

Looking for relevant Lotus Domino Whitepapers? Visit the SearchDomino.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Hoa  |   Apr 24 2008  11:36PM GMT

Thank you for your answer. I did try it but it doesn’t work because I have five text fields and 5 Rich text fields. If you don’t specify which field attachnment and which text field, how can they know

Thanks

Hoa