Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with append blank
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00358942
Message ID:
00359228
Vues:
17
Hi Larry,

Well, I thought that was it, but it returns 3 if it is changed back to 0. I tried the following:
use test
cursorsetprop("buffering", 5)
append blank
? getfldstate(itest) && returns 3 (UNmodified)
replace itest with 0
? getfldstate(itest) && returns 3 (UNmodified)
replace itest with 1
? getfldstate(itest) && returns 4 (modified) 
replace itest with 0
? getfldstate(itest) && returns 3 (UNmodified) ????
Am I doing something wrong?

>Hi,
>Can you use GETFLDSTATE?
>
>Ex.
>Getfldstate("myfield") = 3 equals User didn't touch the field
>Getfldstate("myfield") = 4 equals User made it whatever it is even if it's 0
>
Roi
'MCP' Visual FoxPro

In Rome, there was a poem.
About a dog, who found two bone.
He lick the one, he lick the other.
He went pyscho, he drop dead!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform