July 27, 201015 yr 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)
July 27, 201015 yr 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.
Create an account or sign in to comment