Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Translate into VFP
Message
From
21/08/2000 21:31:22
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Translate into VFP
Miscellaneous
Thread ID:
00407582
Message ID:
00407582
Views:
50
I have the following code I need to use in VFP5.0 and I know nothing to help myself
F1= FREEFILE
OPEN POSITEMS.CWEBPIC FOR BINARY AS #F1
DO WHILE NOT EOF(F1)
GET #F1, , CH
THISFORM.COMMC1.OUTPUT=CH
ENDDO
Next
Reply
Map
View

Click here to load this message in the networking platform