Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding a particular page tab
Message
De
13/01/2000 16:29:16
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00317317
Message ID:
00317911
Vues:
9
>In my case I really want to just hide pages... I tried Mike's class for this, but now I have another problem - I have code in the page.Activate method and Page.RightClick method for all my pages, but if I use Mike's class, I can not keep these methods.

You have a number of options:

A. The Page.Activate() will still work like it did, no problem
B. Use a Cutom object on each page with your code in the UIEnable() event
C. Subclass the ActivePage property to:

lparameters vNewValue
DoDeault(vNewValue)

*Do Your code here


That should be enought to get you started :-), any other questions with the class?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform