Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Asterisks in parent grid when using child table - soluti
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00058709
Message ID:
00059121
Vues:
40
>>Thanks for the info Jim. I will try the other method you suggested.
>>As far as the parameterized view would that be something I put in the
>>parent grid change record event so I reselect the child table each time?
>>
>>thanks Gary
>Gary,
>
>You would need to track the current record number in the BeforeRowColChange event, perhaps by sotring it to a customer property of your parent grid, then in the AfterRowColChange event you would cehck to see if you are on a new record, if you are you would;
>
> lcParentId = ParentAlias.ParentId
> Requery("ChildViewAlias")
> THISFORM.ChildGrid.Refresh()

I'll try this Jim. It dows look simple.

Gary
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform