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

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

Recommended Posts

  • Newbies
Posted (edited)

I'm trying to write a script that will enter in a date and/or time field, when each record was last printed. I have a very large database that will take several days to print each record (on an ID machine) and I need to be able to "mark" the ones that were printed and come back to print the ones that were not. Any ideas?

Edited by Guest
Posted

Perhaps a number field with an auto-entered value of 0 that is set to 1 when printed would work? Then you could search the field for any records with a zero to see which, if any, have not been printed.

Posted

I would implant the date printed so you can review batches or reprint sets if your printer accidently begins shredding them. Otherwise, you wouldn't know which records to reprint.

But you need to include in your print script, setting the PrintDate. If you are using print 'records being browsed' then you need to loop through them after printing adding something like:

Go To Record/Request/Page [ First ]

Loop

Set Field [ DatePrinted ; Status ( Current Date) ]

Go To Record /Request / Page [ Exit after Last ; Next ]

End Loop

This topic is 6790 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.