Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleted Records in optimistic table buffered
Message
 
À
13/07/1998 09:00:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00116737
Message ID:
00116743
Vues:
12
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform