Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending Exising Key into View
Message
De
22/04/2002 21:03:50
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00647368
Message ID:
00647936
Vues:
13
>Bill,
>
>You want to create a parameterized view where the parameter is the primary key. This way when the user identifies the record they want, you pick up the Primary key for that record and load the parameter for the view, then Requery() the view to get the record. If you make the view updatable then after the user finishes editing the record in the view you simply need to TabelUpdate the view and it will write back to the table.

I not sure that's what I'm looking for.
The user may be selecting more that 1 record to edit, and I need to have them all listed on the form until he/she saves the data. And the list may already exist from a previous editing session. I can't Requery() buffered data, but I don't want to TableUpdate() until the end of the editing session.
Bill Morris
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform