I could not find a good method to pass a where clause or openargs to a
report named in a call to stephen Lebans' fine reportToPDF utility.l.
Do you have a good method to pass a PK to the report so you can print
a single record to an individual pdf?.
I've got 2500 records to make into .pdfs, (project manager says it's
what customer wants)
and I've put the report2pdf call inside a loop. It works, but ignores
any filter clause I try to pass (using a one field, on record table,
or a public variable or a query criteria to a form, etc...
Thanks
Bob Q
report named in a call to stephen Lebans' fine reportToPDF utility.l.
Do you have a good method to pass a PK to the report so you can print
a single record to an individual pdf?.
I've got 2500 records to make into .pdfs, (project manager says it's
what customer wants)
and I've put the report2pdf call inside a loop. It works, but ignores
any filter clause I try to pass (using a one field, on record table,
or a public variable or a query criteria to a form, etc...
Thanks
Bob Q
Comment