Still looking for help in resolving getting Front end Rich Text value Tim Holt 27.Apr.17 04:53 PM a Web browser Notes Client All ReleasesAll Platforms
Everyone,
Thanks for your recommendations.
An update - I think Saul's suggestion for the Date field will work. I experimented with it in Time fields and the code executed correctly.
Still need some help with the Rich Text. This code
newValue = CStr(field.text)
is getting a value - but it is the OLD backend value. For other values it retrieves the front end value (which is new). By the way, getFormattedText did not make a difference in the Rich Text value. In all scenarios thus far, the retrieved Front end value is same as retrieved back end value.
Any ideas on why this happens or how to make it get the correct front end value for Rich Text.