PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Printing via bluetooth from Windows Mobile to bluetooth printer
Printing via bluetooth from Windows Mobile to bluetooth printer
Débuté par ech madriaga, 18 sep. 2014 14:07 - 2 réponses
Posté le 18 septembre 2014 - 14:07
Hi All,

Good day..
I created a a query and report form from the Windev Mobile and I try to print that report to the bluetooth printer. I used a iconfigure to select the type of network and the port number.
I used also a command iPrintReport(rpt). But when I print it some chars are coming and not the report form that I created.
Can you help me how to create a report form from the mobile and print it to the bluetooth printer?

Regards,
Ech
Posté le 19 septembre 2014 - 15:54
Hi Ech,
You can print on bluetooth only on old win mobile platform. On android or apple you must used js script routine. There are many examples on web site of bluetooth printer vendors and you can use it for your occorrence.
Bye
Maurizio
Posté le 21 septembre 2014 - 07:23
Hi Maurizio,

I created a New Report and try to print from win mobile to bluetooth printer but the results its giving me a different chars not the report design that I Created.
I used this code.

iConfigure()
//iDestination(iPCL,"COM3:")
iPrintReport(RPT_Invoice)
iEndPrinting()

Regards,
Ech