Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Truncated field in cursor
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Truncated field in cursor
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01533215
Message ID:
01533215
Vues:
66
I have a select statement gathering fields into a cursor which is then copied to a delimited text file. Has worked fine until last night.

It is selecting several logical fields (among others) like this:
IIF(no_reinst=.F., "False", "True") as no_reinst, ;
IIF(no_chks=.F., "False", "True") as no_chks, ;
IIF(no_eft=.F., "False", "True") as no_eft, ;
IIF(web_msr=.F., "False", "True") as web_msr, ;
The line selecting the web_msr field is truncating and inserting "Fals" as the value when .F. This is not happening on the selection of the other logical fields. Any idea what might cause this?

Thanks,
KP
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform