rayh34 Posted December 13, 2006 Posted December 13, 2006 I want the user to enter a number into a text box, then have a timestamp field update right behind it. I will need several of these on same page. I can make buttons that timestamp, but cant seem to relate a text entry to a timestamp. Prob a easy one, just learning this thing. My next prob is to creat a grahic container that changes if the text field update time is past 12hours.. thanks in advance for your patiance,
The Shadow Posted December 13, 2006 Posted December 13, 2006 If your text field is called myText, make a calculation field called myTextTimestamp with a calculation of: Evaluate( "Get(CurrentTimestamp)"; myText ) with a return type of timestamp. The second argument to Evaluate makes myTextTimestamp depend of myText, so the timestamp will be re-evaulated whenever myText changes.
rayh34 Posted December 13, 2006 Author Posted December 13, 2006 Perfect. thanks, also explains how to do some other things I was looking at. Thank you for your time.
Recommended Posts
This topic is 6617 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