Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PC LABEL PRINTER
Message
 
To
22/09/2009 11:35:41
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01425608
Message ID:
01425700
Views:
63
Hi Sergio,

>How can I print the file from my foxpro form?

According to their web site (http://www.brother.com/bpac/en/bpac_samples.html) something like this should work:
oPrt = CreateObject("BrssCom.Document")
oPrt.Open("whatever.lbl")
oPrt.DoPrint(0, "0")
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform