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

I understand the commands you suggested but I don't understand how they help in this situation.

I have a form in which a user inputs data (buffered) then I need that data displayed in another form in a grid (before it is committed) to make additional changes/updates. The second form does not show the buffered data only data that has already been written to the table.

Any other suggestions?

Thanks Again


>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform