Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5406 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi, I do a search between 2 dates on my invoice layout. I then print the invoices. I need to assign the current date on the invoices as they are printed.

The next time I run it the same thing but 2 weeks later.

i need the printed date to stay on each set of invoices so i can find them again if i need them.

Anyone?

Posted (edited)

As part of your script, just before the script actually prints the record, add the step to insert the current date, and select the date field. Keep in mind this will change the date each time you go to print that invoice, which I think is what you were asking.

If you want it to only put in the date the very first time it's printed, but never change it, then add the following steps just before the actual print step in the script:

If [Date] = ""

Insert Current Date [Date]

End if

Edited by Guest

This topic is 5406 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.