hey guys!
which file format is used by navision reports? is it xml or an specific microsoft format?
I need this information cause i want to edit the report "source code" before it arrives at a printer but after i started to print it. with other words it means that i like to modify the printer data stream (i will use a special software, so don't think about that point).
Thanks for your help!
0
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
perhaps it may be controlled by the comdlg32.ocx and is then sent via the printer drivers to a printer.
But why do you want to "edit the report "source code" before it arrives at a printer"?
Maybe it is possible to solve your problem in another way. This because I see only 1 possibility to edit it : When the printerselection comes up, save it to disk, edit it and then send the file to the printer. But on how to understand something about the file. Only if it is a generic printer it is possible.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
The only place you can do that is in Windows.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
If Navision call gdi function like line, circle, point, etc to draw to the printer canvas, there isn't a stream format to read...
You can try some emf printer driver.... navision print, you can read a documentated file format... boh... it's an idea...
Matteo