June 3, 201015 yr I've seen some demo applications that use a webviewer to display temproal information such as a calculation of found records vs. total. How is a web viewer supposed to be stup in order to disply such data? For example, if I enter a Let function which calculates a subtraction between two fields, how can I display the result in order to avoid creating an extra field in the table?
June 3, 201015 yr It can get fancier, including formatting, but here's a start: Let( myTotal = thisField + thatField; "data:text/html," & myTotal )
June 4, 201015 yr Author Great! that starting data html text was the key to my problem... I'll add HTML in my things-to-learn list :)
Create an account or sign in to comment