Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tablerevert()
Message
From
30/09/2002 02:50:59
 
 
To
30/09/2002 02:27:21
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00705815
Message ID:
00705820
Views:
8
Hi!

You're probably use 3-d buffering - "row optimistic" buffering. In such mode as soon as you attempt to change the record position, even when going to the same record, table is updated automatically. When you do extensive work with several records and need revert like this, use 5-th buffering (table optimixtic), that cause no automatica updates, but takes more memory for work.

>hi guys, i have problem, can any of you help me? i hope so.
>example i have listing like this,
> select p_kont1 ->(table)
> appe blan
> repl p_kont1.name with 'Henry'
> go top
> select p_kont2 ->(table)
> appe blan
> repl p_kont2.address with 'Indonesia'
> go top
> select tpk_1 ->(view with component: table 'p_kont1' and 'p_kont2')
> =requery('tpk_1')
>
>if i use statement 'tablerevert()' under that listing for p_kont1 and p_kont2, the rollback process doesn't work, because i use statement 'go top'
>but
>if i don't use statement 'go top', the tpk_1(view) doesn't refresh with new value from p_kont1 and p_kont2
>
>thanks a lot for attention from all of you
>
>henry
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform