Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FPUTS query
Message
From
26/11/2012 08:52:43
 
 
To
26/11/2012 08:27:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01558047
Message ID:
01558049
Views:
80
>Hi
>Could someone point out what is probably blindingly obvious - I can not get the following code to write to local text file?
>jn returns 0 each time through the loop.
>
>(I am creating and closing the file before opening it again because in my application the file creation is done in a separte method to the writing of text to the file.)
>
>
>
>USE USERS IN 0
>lcfname = "C:\temp\testfile.txt"
>lnhandle = FCREATE(lcfname)
>FCLOSE(lnHandle)
>lnHandle=FOPEN(lcFname,12)
>SELECT USERS
>SCAN 
>   jctext = USER+","+NAME
>  * Write the record
>  jn=fputs(lnhandle,jctext)
>ENDSCAN
>
>=fclose(lnhandle)
>
>
>
>
>Thanks
>Barry Sutton


The first thing to check is the value of lnhandle
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform