Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PUTFILE() issue
Message
De
26/03/2009 15:56:33
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01391720
Message ID:
01391732
Vues:
40
>>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...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform