Dear, is there a solution to be able to print from Android ?, I mean from a deployed application from Appeon Mobile
- You are here:
- Home
- Q&A
- Q&A
- PowerBuilder
- Printing from Android
- FRANCO CASTILLO
- PowerBuilder
- Monday, 8 October 2018 20:12 PM UTC
- Thursday, 11 October 2018 16:52 PM UTC
- PowerBuilder
- # 1
Thank you very much Chris, now it is very clear to me, however and as a last query to close case, you know what is the code ( PB ) or command that is used to send dw.print () directly to that Android printing service (such and such is used in the example of Appeon Sales Mobile, I have searched tirelessly and I have not found it)
Regards,
Franco C.
- Tuesday, 9 October 2018 21:39 PM UTC
- PowerBuilder
- # 2
Hi Franco;
Here is what I do on my Android Devices to get printing active on my device ...
- Go to "System Settings"
- Select "Printing"
- Select "Add Service"
- Select your printer's manufacturer's driver (ie: Espon)
- After installation - make sure driver is marked to ON
Now you can run any PS Mobile App and print to the Android devices active printer.
HTH
Regards ... Chris
- Monday, 8 October 2018 21:16 PM UTC
- PowerBuilder
- # 3
Hi Franco;
The normal DataWindow Print() method will work on both Apple & Android devices. The only thing you would need to do on the Android devices is first install a wireless / Bluetooth driver for your printer manufacturer. You can normally get these from the Google App Store.
I have both an Epson and HP driver installed on my Android Tablet & Phone and they work great with my PB Mobile Apps.
HTH
Regards ... Chris
- FRANCO CASTILLO
- Tuesday, 9 October 2018 20:50 PM UTC
Regards,
Franco C.
-
Helpful Loading... Helpful 0
- FRANCO CASTILLO
- Thursday, 11 October 2018 23:10 PM UTC
Thanks for all your help.
Regards,
Ing.Franco Castillo.
-
Helpful Loading... Helpful 0
- Chris Pollach @Appeon
- Friday, 12 October 2018 13:31 PM UTC
Thanks for the feedback. If the printing problem is with a DataStore (DS) vs a DW Control (DC) - then that could be a new issue - especially on Android 8.x based devices. PowerServer 2017 currently only supports Android 7.x. However, PS2018 will support Android 8.x devices. That might address any DS printing issues. If not, please open a Support Ticket. In the meantime, at least you have a working solution by using DC's for printing.
Regards ... Chris
-
Helpful Loading... Helpful 0
- Page :
- 1
However, you are not allowed to reply to this question.
Again thank you very much Crich, when you refer to DC / DS.Print () is datawindow or datastore .Print () ?, in my case it generates a Error 20028, however in the APP Demo (ds.Print ()) Sales Mobile, directly triggers the Android print service, which is why I thought there is a command or configuration that requires my APP to launch the print service, do you have any idea or suggestion that could be?
Regards,
Franco C
Also, what Android O/S version & device are you using?
Regards,
Franco C.