Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Top Level Form and Toolbars
Message
From
10/03/2006 17:56:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Top Level Form and Toolbars
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01103306
Message ID:
01103306
Views:
67
I have a top-level form (ShowWindow=2) that is designed to be run inside the VFP Development environment. On this form I have a command button that allows the user to open a form for edit: the command button Click method executes:

...
MODIFY FORM (lcFormName)

This opens the form in the main VFP screen; however, the associated toolbars (Form Designer, Form Controls, etc.) are opened in the Top-level form and not in the main VFP screen. I have tried the following in the click method:

...
_SCREEN.Activate()
MODIFIY FORM (lcFormName)

But the effect is the same: toolbars are in the Top-level form. Does someone know how to force the toolbars to be opened in the main VFP screen?
Next
Reply
Map
View

Click here to load this message in the networking platform