Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid to form back to grid
Message
De
23/01/1997 17:33:21
 
 
À
23/01/1997 15:28:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00018253
Message ID:
00018270
Vues:
39
>New to VFP.
>How can I execute an edit form from a cell/row in a grid?.
>How can I in return have the edit form update the cell/row in the grid, after I have closed the edit form.
>
>Note: The original form has a list box as a parent to the grid.

Normally you could bind edit form to some event of column.control (cell). I think RightClick event is a nice place. If you want to activate editform by row, you should consider AfterRowColumnChange event with ActiveRow property.
Returning from edit form you should Refresh grid (RecordSource supposedly changed in the form).
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform