Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with append blank
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00358942
Message ID:
00359314
Views:
11
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform