Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Requery
Message
De
26/01/1999 20:02:54
 
 
À
26/01/1999 14:55:08
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Divers
Thread ID:
00180426
Message ID:
00180541
Vues:
18
>I have a view based on an inner join between two tables. This veiw has one field from the second table that is displayed on the grid on Page1 of cBizobjmaintenanceform. This field can be edited with a combobox on Page2. Sounds a lot like projmgr6 example, doesn't it?
>
>In my app, I want the user to save the data and have the field in the grid updated immediately. This can only be accomplished through requerying the data and refeshing the form. The problem is, I'm not sure where this should be done. Any ideas?

If the save is issued by clicking a save button, you could do all requerying and refreshing after the save

In the click event.

DO THISFORM.mpUpdateTables. && :) or however you update tables.
* Requery the view
* Refresh the 1st page.

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform