panchristo Posted June 3, 2010 Posted June 3, 2010 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?
bruceR Posted June 3, 2010 Posted June 3, 2010 It can get fancier, including formatting, but here's a start: Let( myTotal = thisField + thatField; "data:text/html," & myTotal )
panchristo Posted June 4, 2010 Author Posted June 4, 2010 Great! that starting data html text was the key to my problem... I'll add HTML in my things-to-learn list :)
Recommended Posts
This topic is 5298 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