Technokrat
Programmer
using CR 7.0, also new to developing for CR
I'm working on an inventory/po system, and I was wondering what the best / recommended method is for handling the following:
We have a dialog that allows the user to select one or more PO's for printing. How do we configure/control CR so it will just print the report for the selected purchase orders?
I have the following ideas, but I'm open to suggestions. Is CR capable of handling command line parameters?
If so, could I...
A) compile a string of all the PO #'s and pass this to CR?
B) create a session id, pass this to CR, pull selected PO's from the database using the session id?
Thanks in advance for the feedback...
Best regards,
Steve
I'm working on an inventory/po system, and I was wondering what the best / recommended method is for handling the following:
We have a dialog that allows the user to select one or more PO's for printing. How do we configure/control CR so it will just print the report for the selected purchase orders?
I have the following ideas, but I'm open to suggestions. Is CR capable of handling command line parameters?
If so, could I...
A) compile a string of all the PO #'s and pass this to CR?
B) create a session id, pass this to CR, pull selected PO's from the database using the session id?
Thanks in advance for the feedback...
Best regards,
Steve