Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PUTFILE() issue
Message
From
26/03/2009 15:56:33
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01391720
Message ID:
01391732
Views:
39
>>Hello
>>
>>This is weird. I am using PUTFILE() as below, tname is about 30 characters but somehow I am only getting the last 6 characters as the name to save as. so instead of getting "data in tName column" I am getting "column".
>>Now, I am using the same code somewhere else and it is working as expected.
>>
>>Any idea??
>>
>>cFileName = PUTFILE('CSR:',ALLTRIM(table1.tname)+".csr",'csr')
>>
>>Thanks
>>Mo
>
>Did you try without extension, e.g.
>
>cFileName = PUTFILE('CSR:',ALLTRIM(table1.tname),'csr')

I tried with extension, without extension. created variable to hold the name, used LEFT() with LEN(). I mean anything I can think of and still not working on this one. then work perfect on another screen...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform