Hello,
I have a dialog with the dimensions 850(w) x 1100(h). I use this to print a document I have created within AMS. When I use DialogX.Print(true,true) showing the print dialog, I have to manually change the orientation from landscape to portrait. And if I use false (don't show print dialog), it also defaults to landscape.
Is there a way to force it to print portrait? Even when I loop through a table printing multiple things, I have to change it every time.
When I send something to the printer from the same computer using something like Word, it always defaults to portrait.
Thanks!
I have a dialog with the dimensions 850(w) x 1100(h). I use this to print a document I have created within AMS. When I use DialogX.Print(true,true) showing the print dialog, I have to manually change the orientation from landscape to portrait. And if I use false (don't show print dialog), it also defaults to landscape.
Is there a way to force it to print portrait? Even when I loop through a table printing multiple things, I have to change it every time.
When I send something to the printer from the same computer using something like Word, it always defaults to portrait.
Thanks!
Comment