Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to copy to a MSComm object
Message
From
21/08/2000 13:43:26
 
 
To
21/08/2000 10:27:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00407305
Message ID:
00407424
Views:
23
>I am trying to put an image on a barcode labEL and to do so need to copy the file to the printer through the MSComm object I send the rest of the printers commands through but I am at an impass. The image I am priting is mgoing to be different for every label so I need to be able to use a variable or better yet a record reference for the file name. Help Please.

OK different route the barcode printer people gave me this VB code that I need help switching to VFP5.0

F1= FREEFILE
OPEN POSITEMS.CWEBPIC FOR BINARY AS #F1
DO WHILE NOT EOF(F1)
GET #F1, , CH
THISFORM.COMMC1.OUTPUT=CH
ENDDO
Previous
Reply
Map
View

Click here to load this message in the networking platform