Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleted Records in optimistic table buffered
Message
 
To
13/07/1998 09:00:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00116737
Message ID:
00116743
Views:
13
>I have one form with pageframe and 3 pages.
>In page one I have order table linked with products (inside grid)
>BufferModeOverride for products is 5 (optimistic table buffering)
>
>In page two I have order table linked with payments (inside grid)
>BufferModeOverride for payments is 5 too.
>
>My problem is when I delete a record *just added* in payments table (page2).
>The deleted record doesn't disappear of the grid (I am using set delete on).
>But the most weird is that I do the same procedure in page one with products and the product deleted record disappear.
>
>For records just added I mean before tableupdate() command.
>
>After the delete command I use go GO TOP IN payment table. I have tried GO RECNO() for parent table (order).
>
>I have tried to make the relationship in the environment or in the grid, but always the things happen in the same way.
>
>Does anybody could help me?

Hi Antonio,

Just do grid.refresh() or change the record pointer.

Like

SKIP +1
SKIP -1


Bye
Jayesh
- Jayesh
Previous
Reply
Map
View

Click here to load this message in the networking platform