Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code conversion
Message
From
07/05/2011 02:48:10
 
 
To
06/05/2011 20:51:53
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01509865
Message ID:
01509930
Views:
51
>Well, copy these codes under command button and run. You will error messages

If the intention is to use the native VFP FREAD() then the syntax is wrong (looks like API call). Try:
*FREAD(HANDLE,@BUFFER,1)
*FBYTE= ASC(BUFFER)
FBYTE = ASC(FREAD(HANDLE,1))
Previous
Reply
Map
View

Click here to load this message in the networking platform