Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetFldState bug
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01013581
Message ID:
01013599
Views:
11
I know that it returns NULL. However, GetFieldState is a custom method of the cCursor class in the MereMortals. And it returns empty string in this case. I believe, it should return NULL or in the method IsNewAndEmpty we should check for empty(this.GetFieldState(-1)) and not for IsNull as the code currently does.

>Nadya,
>GetFldState() returns .NULL. to me:
>
>CREATE TABLE test (test N(1))
>USE
>USE test
>SET MULTILOCKS ON
>CURSORSETPROP("Buffering",5)
>? GETFLDSTATE(-1)
>? GETFLDSTATE(1)
>
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform