Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Toolbar
Message
De
20/10/2002 09:20:33
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Titre:
Divers
Thread ID:
00713287
Message ID:
00713297
Vues:
17
Hi Mel:

Why not specify the value of thisform.cNavWorkarea to the child form's workarea/alias when you activate the child form. Remember that when you do this, the controls will need to be refreshed. In the child form's Activate method have something like :-
thisform.cNavWorkarea = 'ChildWorkArea'
thisform.oStateManager.RefreshAll('Form')   && Parameter will refresh form related actions.
When you re-activate the parent form, you will have to "reverse" this logic.

HTH
-=Gary
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform