Jump to content

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

Recommended Posts

  • Newbies

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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