sal88 Posted February 26, 2020 Posted February 26, 2020 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!
Recommended Posts
This topic is 1799 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now