February 26, 20205 yr Hi all My webviewer displays a list of messages from a related table. The structure is basically as follows: Webviewer source: "<html><body>" & list (messages::html_web) "</body></html>" html_web field [stored calculation]: From & " sent message at " & Creation_Timestamp & ":<br>" & Body Is there a simpler way of doing this? It seems to be it would be better to have the webviewer do all the calculations, and get rid of the html_web field. This would speed up any development changes and free up some space. Would JSON be the way to go? Thanks!
Create an account or sign in to comment