TaiChi56 Posted July 27, 2010 Posted July 27, 2010 I have a printing layout that I need a timestamp done automatically. When the user is on the student record and presses the "Print" button I have a layout that prints certain information. I have a calculated field that automatically puts a timestamp on the printed form. But I noticed that when it puts a time on a printed form. That time stays on any other form I print. It other words the time does not change with the clock. Here is what I have. Field = Timestamp Result = calculation The calculaiton is: Get(currenttimestamp)
jdu98a Posted July 27, 2010 Posted July 27, 2010 As long as you are not needing to keep record of the date/time that records are printed you can simply insert date and time symbols ("//" and "::") on the layout that is being printed. Those will update anytime the screen is refreshed.
TaiChi56 Posted July 27, 2010 Author Posted July 27, 2010 You guys are awesome. Both worked great. Thank you.
Recommended Posts
This topic is 5303 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