PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Windev Mobile print via Bluetooth on Zebra
Windev Mobile print via Bluetooth on Zebra
Débuté par Andrea, 21 juin 2007 19:14 - 2 réponses
Posté le 21 juin 2007 - 19:14
Hi all,
I'm buildind as customer's orders application and I need to print via
Bluetooth to a MZ320 Zebra printer using Windev Mobile 10.

Can somebody help me, please?

TIA
Bye
Andrea
Posté le 19 août 2008 - 14:38
hai...
i am facing same problem..please help me....
am using the WinDev Mobile 12 & not able to print. I have develpoed
the report using the RPT file. I want to print the report from mobile
to printer using Bluetooth. The printer name is Zebra QL 420 Plus,
Windows Mobile 5 & 6 is the PDA OS.
I am able to print using the USB cable from the PC to Printer. I want
to know whether Windev Mobile supports Zebra Printer. Can you tell me
where i am going wrong.

IF YesNo("Do you want to print?") = No THEN
Close(EXPRESS_WIN_Form_Receipt,g_cucoderet);
ELSE
HExecuteQuery(EXPRESS_QRY_quReceiptReports,hQueryDefault,EXPRESS_Receipt.EX­PRESS_ReceiptID);


iInitReportQuery(EXPRESS_RPT_ReceiptS1,EXPRESS_Receipt.EXPRESS_ReceiptID);
iPrintReport(EXPRESS_RPT_ReceiptS1);
Close(EXPRESS_WIN_Form_Receipt,g_cucoderet);
END


This is the code what i have written. When i try to print from mobile
using Bluetooth the application it says sending information to the
printer. But the printer dosent print anything.
If I try the same connecting the printer to Computer using the USB
cable i am able to print the report.
I have followed the connection document specification to connect using
bluetooth to the printer. I have removed the secure connection option.
I have set my incoming port to 6 in the printer setup.


This is the error what i get on the mobile during the debugging mode.
+++++++++++++++++++++++++++++++++++++++++++++
Error at line 8 of Closing of EXPRESS_WIN_Form_InvoiceFromList
process.
******************************
Technical Information
Dump error of unknown module.
- WL Call:
Processing <EXPRESS_WIN_Form_InvoiceFromList>, line <8>, thread <0>
- Level: no error (EL_NONE)
- Error Code: 0
- WD55 Error Code: 0
- No system error code
- No system error message
- No error message
- No debug information
- Attached Information:
EIT_PILEWL :
Closing of EXPRESS_WIN_Form_InvoiceFromList
(EXPRESS_WIN_Form_InvoiceFromList), ligne 8
Click BTN_Invoice (EXPRESS_WIN_Form_InvoiceListform.BTN_Invoice),
ligne 6
Click BTN_InvList (EXPRESS_WIN_Form_Main1.BTN_InvList), ligne 3
Click BTN_login (EXPRESS_WIN_Form_login_form.BTN_login), ligne 15
EIT_COMPOSANT :
EIT_DATEHEURE : 18/08/2008 13:23:10
- No identifier in .err


Please help me at the earliest. Awaiting for a positive reply.
Posté le 20 août 2008 - 15:32
Hi,

Are you using the bluetooth (BT) functions?

Have you read the "Managing the Blutooth keys" section of the help?

Regards,
DarrenF