PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → WinDev Mobile 12
WinDev Mobile 12
Iniciado por Gautham, ago., 20 2008 12:54 PM - 1 resposta
Publicado em agosto, 20 2008 - 12:54 PM
Hi All,

Can anybody tell me wether Windev 12 Mobile supports printing to Zebra Printers through Bluetooth or Wireless. I am using a Zebra QL 420 Plus and MZ 320 printer. I am not able to print to these from my Windows Mobile 5 & 6 PDA. Can any body help regarding this issue. Tried to call the technical support no but not able to understand French :( and no' Techinical Support No; in english is there ?
Publicado em setembro, 12 2008 - 6:32 PM
Hi,

I can print under Symbol mc70 WM5 to Zebra's MZ320, BUT i get some extra characters at the begining of the document.

Try this simple code:

PROCEDURE firsttest()
iConfigure()
iPrint(iPosY(10) + iPosX(10) + "Hello")
iEndPrinting()


Bye