Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Show appened record of view in grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00526812
Message ID:
00526822
Vues:
14
>Hi,
> I did use table buffering to my view. What I want to do is, I want to show the appened record in grid, however, it has not saved using TABLUPDATED() yet. I know that, record will be shown after TABLEUPDATE(). But how about show it in grid before TABLEUPDATE()??
>
>Thank you

Don't see any problem here
Say, you have Add button:

*** Add button click()method
append blank in myView && or INSERT INTO... , whatever appropriate.
this.parent.grid1.SetFocus()

and you are in your grid on newly added record.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform