Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Top Level Form and Toolbars
Message
De
10/03/2006 19:01:49
 
 
À
10/03/2006 17:56:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01103306
Message ID:
01103324
Vues:
16
This message has been marked as the solution to the initial question of the thread.
>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?

try
ACTIVATE WINDOW SCREEN
MODIFIY FORM (lcFormName)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform