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:
00359228
Views:
11
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!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform