1. intouch intouch
  2. PowerBuilder
  3. Wednesday, 10 January 2018 08:15 AM UTC

can i print to spesific printer on my server from mobile ??

or how can i print to printer installed on my android device 

i wrote that printsetprinter not supported on mobile application

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 10 January 2018 14:48 PM UTC
  2. PowerBuilder
  3. # 1

Hi;

  Marco is correct, using the DW's PRINT() command will print to printers defined on your Android devices. To print to a server based printer though, I use either of two methods ...

  • Save the DW object in PDF format (one example) into a database table's BLOB column. Then print the PDF from the DB table using a batch PB App .
  • Send the DW object's data to a Web Service (WS) and have the WS print the data to a network printer.

Food for thought. HTH

Regards ... Chris

Comment
There are no comments made yet.
Marco Meoni Accepted Answer Pending Moderation
  1. Wednesday, 10 January 2018 14:06 PM UTC
  2. PowerBuilder
  3. # 2

Hi,

when you send a dw.print() command from an Appeon Mobile app, you will be able to select AirPrinter-compatible (iOS), Bluetooth or Google Cloud (Android) printers. 

In other words, the Mobile app will be able to access printers as provided by the underlying O.S.

Cheers,

Marco

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.