Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding form when accessing menu
Message
De
13/06/2014 10:52:28
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
13/06/2014 10:10:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows 2000
Network:
Windows 2000 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01601801
Message ID:
01601820
Vues:
64
J'aime (1)
>>Hi. VFP7 user. How can I hide my form when I click on a pull-down menu option? thanks, Randy
>
>I always create a variable with the object reference to the form. For example:
>
private goMainWindow
>goMainWindow = NULL
>do form mainwindow to goMainWindow
Didn't you mean this?

do form mainwindow name goMainWindow

>If the creation of the form succeeds, then I can use that variable. To hide the form:
>
goMainWindow.visible = .F.
>To redisplay it:
>
goMainWindow.visible = .T.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform