Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to know if cursor has uncommitted changes?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01073342
Message ID:
01073371
Views:
12
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform