Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Access the Buffer ???
Message
From
22/04/1998 10:06:10
 
 
To
22/04/1998 09:59:44
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00093978
Message ID:
00093981
Views:
28
Aaron,

If using row buffering, the current record would be the bufferred record.

In table buffering, you could use GETNEXTMODIFIED to cycle thru all
the modified records.

You can use GETFIELDSTATE to determine what fields have changed.

You can use the field value, CURVAL(), OLDVAL() to determine the
your current value, the value currently on disk, and the value when you
originally read the record.

-myron kirby-
==================================================
>I am using Pessmistic Table/Row buffering - is there a way to display the buffer (in a form?) before the data is commited with tableupdate()?
>
>Thanks
>
>Aaron
----------------------------------
-myron kirby (mkirby2000@gmail.com)-
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform