Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using vcx class in VFP ole class problem
Message
From
19/07/2002 11:20:26
 
 
To
18/07/2002 23:06:48
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00680299
Message ID:
00680473
Views:
41
Try setting unattended mode with SYS(2335, 0) so that any UI generated by the DLL causes an error, write the error to a text file in your Error() proc. If there is an error, try to build your project as an exe instead.

What type of object is PrinterDev?

>Hi,
>
>I am using a printer VCX that allow to directly print to the printer
>and cause my POS drawer to open. It is working fine and so I port it
>into my OLE class for compiling into a DLL which does not work, insteads,
>it just cause it to print out my open drawer command
>
>Below are my code
>
>SET CLASSLIB TO MyPrinter ADDITIVE
>WITH THIS.PrinterDev
>
>
> * will select the default printer
> lPrinterName = SET("PRINTER", 3) <--- this is not working
> .cPrinterName = pvPrinterName <---- so I pass the printer name insteads
>
> .cDocName = "Open drawer Command"
>
> IF .oOPen()
>
> .oPrintMem(pvPrinterCmd)
> .oClose()
>
> ENDIF
>
>
>ENDWITH
>
>Please kindly advise me what is wrong with my code. Thank in advance
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform