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:
00359314
Vues:
12
Roi,
Yes, you're making a slight typo *s*. The cFieldname parameter must be a character string. Enclose them in quotes and you should see the desired results.

>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
>>
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform