Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetFldState bug
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01013581
Message ID:
01013599
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform