Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know if cursor has uncommitted changes?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01073342
Message ID:
01073371
Vues:
11
This message has been marked as a message which has helped to the initial question of the thread.
Also GETFLDSTATE()

You can specify –1 for nFieldNumber to return a character string consisting of deletion and modification status values for all fields in the table or cursor. For example, if a table has five fields and only the first field has been changed, GETFLDSTATE( ) returns the following:
121111

Row or table buffering must first be enabled with CURSORSETPROP( ) for GETFLDSTATE( ) to operate on local tables.




>>>Is it possible to find out if a cursor with optimistic table buffering on (buffering = 5) has uncommitted changes?
>>>
>>>Thank you.
>>
>>Dmitry
>>
>>See:
>>
>>GETNEXTMODIFIED()
>>
>>Terry
>
>Thank you, Terry. I think this is the function I am looking for.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform