Hi All
I need ideas on how to print the same report to two different printers. Basically I have a button, that when clicked I need to send the same report to multiple printers.
I would not like to create two objects numbers to use the Navision printer selections table, so if anyone has a better idea I would appreciate.
THANKS!
let's navigate!
0
Answers
This defines which printer to use by the report.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
=D> and i have to add one more round of =D>
worked wonderfully
[Topic moved from Navision forum to Navision Tips & Tricks forum]
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
i need detailed info regarding this one, i understand that we can define user wise report ids in one table
how it linked to the runtime when actually a report runs,how it selects dynamically?
for one user if i want to print the same report in diff printers at a time
is it possible?
Thanks,
Ramesh
You need to run the report multiple times : once for each printer.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Ps.
Thinking about this. Maybe it's better to create a function in cu1 called setprinter(printername) and use the global var in function FindPrinter.