Hi,
Is there any way possible to display richtext fields “text” value in view column. I now that this was not possible earlier, but is there any new methods/formulas for doing this in version 6.5.1?
Timo
Hi,
Is there any way possible to display richtext fields “text” value in view column. I now that this was not possible earlier, but is there any new methods/formulas for doing this in version 6.5.1?
Timo
Subject: Richtext field on view column?
Hi,
with a little trick is it possible.
You need a calculated textfield in your form with the formula
@Abstract( [TryFit] ; 150 ; “” ; “NameOfTheRTFField” )
The param 150 means that the first 150 characters are in this textfield.
This field you can show in your view.
Regards
Axel