Newbies jmaclaskey Posted April 21, 2006 Newbies Posted April 21, 2006 (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 April 21, 2006 by Guest
-Queue- Posted April 21, 2006 Posted April 21, 2006 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.
Newbies jmaclaskey Posted April 24, 2006 Author Newbies Posted April 24, 2006 Okay, but how do I get it to auto enter when a record is printed?
LaRetta Posted April 24, 2006 Posted April 24, 2006 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now