Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Toolbar
Message
From
20/10/2002 09:20:33
 
General information
Forum:
Visual FoxPro
Category:
CodeMine
Title:
Miscellaneous
Thread ID:
00713287
Message ID:
00713297
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform