Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using a Grid for detail display AND edit.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00229767
Message ID:
00229866
Vues:
29
>I am maintaining an app that was written in VFP 5.0 and Mere Mortals version 3.0 (7/28/98).
>
>The app was created with master edit screens using a cListObjEdit class to display a grid and uses the AED buttons to launch a CListObjEditForm.
>
>This is extremely non-user friendly in this instance and the data-entry people want a screen more like their old DOS Detail edit form where you just tab into the fields of detail and when you get to the end if you hit tab again it adds another "line".
>
>I know that more or less this can be done with a grid but after experimenting with cGridList I had some problems adding records, using tab in the grid and etc.
>
>Is there a base class or example so I don't have to recreate a data environment from scratch using a regular grid.
>
>Thank you.

Jer,

For cases like this, I simply use a Grid. Aside of it I place a "New" button that simply does a this.Parent.New(). For the delete purpose, if people are allowed to delete, I show them the grid dele mark, so they can toggle it. And for saving their changes, they just CTRL+S or hit the toolbar "Save' button.

José
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform