PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → using zebra Ql 420 plus printer with windev mobile12 application
using zebra Ql 420 plus printer with windev mobile12 application
Iniciado por Renjini, ago., 13 2008 4:52 PM - Sem resposta
Publicado em agosto, 13 2008 - 4:52 PM
hai all...
whether we can use zebra Ql 420 plus printer for printing in windev mobile application?.I tried but it's not working.....it showing one error like"WD_config object not found".Used following code to print one report Report_QRY_Query1_Table...

sListDevices is string;
iConfigure();
sListDevices = BTListDevice();
//info(ErrorInfo());
iPrintReport(Report_QRY_Query1_Table);
// info(ErrorInfo());