NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: broche on August 17, 2014, 10:18:37 PM
-
NT 8.23
CL 9.0
Printing an Invoice from a button on a browse table.
I have it all working just fine except for the following.
When I print the invoice from the database on my local machine running the Webserver locally the document prints Portrait. This is what I want of course.
When I print the Invoice from the Webserver running on the VM in the cloud the result is always in Landscape. I have have the setting for Landscape as False in the report. Also in the report options it is pointed at Printer for output as per your example.
My sense is that because there is no printer defined on the VM it is confused in some way?
Any clues will help.
Brian.
-
you should add at least 1 printer to the VM so that a "default printer" exists. Otherwise you get "output" but actually it's not landscape or portrait - it's just using some random paper size - not what ever "default" (Letter?) that you have in mind.
cheers
Bruce
-
Bryan,an additional approach i have to this, is that i have an dedicated account for the service with a printer defined when i install the web server as a service.
The problem you are having replicates with the default system account of windows even if there's a printer defined. (see the screen shot for reference)
[attachment deleted by admin]
-
Thanks to both of you - will let you know.