tomlbacon
12th October 2010, 18:24
How do you automatically send a Purchase Order Print report to an ASCII File. File names needs the Purchase Order Number and Timestamp in file name.

mark_h
12th October 2010, 19:56
Depends - if I was running it in batch then I would probably just change the source code to do this. Otherwise I would write a device driver - you can see an example under code and utilities for ttstpconv. With out knowing more details it is hard to say for sure.

~Vamsi
13th October 2010, 01:27
Gets even more complex if user picks a range of POs at a time. Because then the program has to create the multiple files - one each for a PO.

mark_h
13th October 2010, 16:15
Good point ~Vamsi (and good to see you post). What I actually did was to write an API session to call the print PO session one PO at a time. Actually I have two sessions one does a range and one does individual orders kind of like print specific po.