Archive

Posts Tagged ‘Rich Text’

Check Empty Rich Text Field by backend in Lotus Notes

The problem is very basic: I found some lotus notes agent like export excel raise error when it refer attach file in rich text field. Because some notes document not have attach file and make it not have embedded object when code call to that document and make me can’t check text rage in rich text field.

The solution:

Read more…

Viewed 27170 times by 10416 viewers

Hide Empty Lotus Notes Rich Text Field

This problem is simple: I want to hide the area if there is rich text (RTF), and indicate whether there is something in my case or in the Lotus Notes attached in the RTF field is empty it does not count, though it is empty Hide-When formula such as MyRTF=”” will not work and you can only use @Formulas.

Lotus Notes Tutorial Solution

1) Create a new Lotus Notes Numeric field, Computed for Display, Hidden, and with Value set to @ThisValue (or HideMyRTF if you are using an earlier release than ND6) Lets call this field HideMyRTF in this example.

Read more…

Viewed 11012 times by 3184 viewers

How to Swapping Rich Text Fields in Lotus Notes with LotusScript

Recently a developer of ours had a need to swap two rich text fields on a form. The rich text fields were going to be text only (no attachments or images) but the customer wanted to be able to use things like bold and colors in the two fields that were to be swapped, so they had to be rich text. If the two fields were regular text fields, then swapping their values is pretty straightforward – you swap the two fields in the back end, perform a reload and a refresh in the front end, and you’re done.
Read more…

Viewed 7576 times by 2530 viewers