January 25, 201114 yr Ok, I'm a bit new at this, but here is what I am trying to accomplish: I have a database for my clients, I enter them in, and then I have layouts for a Cover Sheet, and a Contract, which I have a script that prints them. I want to have a field that stores "Contract Print Date", and then when I run that script to print the contract, it automatically fills in the field with the date or timestamp. Can someone provide some insight for me on this? Thank you.
February 3, 201114 yr Create your date/timestamp field to hold the "Contract Print Date", then use the "Set Field" script step at the end of your print script to set the field value to: Get( CurrentDate ) -or- Get( CurrentTimeStamp ).
February 15, 201114 yr Author Create your date/timestamp field to hold the "Contract Print Date", then use the "Set Field" script step at the end of your print script to set the field value to: Get( CurrentDate ) -or- Get( CurrentTimeStamp ). Thank you!!!!!
Create an account or sign in to comment