Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Show Form Hide
Message
De
14/02/2003 08:11:03
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
14/02/2003 07:50:41
Julie Ball
Gardner Publications, Inc.
Cincinnati, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00752644
Message ID:
00753161
Vues:
29
>I don't think that I am understanding the function correctly because nothing happens when I click on the menu item. I was to put the function in the program that runs the form - correct?
>
>Sorry, I am somewhat new to the Visual side of Foxpro.

Julie,
Did you try Marcia's suggestion ? I'd suggest same. ie: Add a custom property ShowOnRelease to formB :
*FormB.load
IF TYPE( '_Screen.ActiveForm' ) = 'O' AND !isnull( _Screen.ActiveForm )
  this.ShowOnRelease = _Screen.ActiveForm
  _Screen.ActiveForm.Hide()
ENDIF

*FormB.unload
IF TYPE( 'this.ShowOnRelease' ) = 'O' AND ;
  !isnull(this.ShowOnRelease) and ;
  lower(this.ShowOnRelease.Baseclass) = 'form'
   this.ShowOnRelease.Show()
ENDIF
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform