Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Activating a page
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Activating a page
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01631622
Message ID:
01631622
Vues:
124
Hi everybody,

I forgot how to activate a page programmaticaly. I added a new page to the pageframe of 5 pages. I set that page Enabled = false and PageOrder = 2 in design time. The caption of that page is rather long and doesn't fit, so just in case I added the tooltiptext with the same info as a caption.

I added the following code to the drop down InteractiveChange event on the first 'General' page:
this.Parent.spnQuantity.visible = (this.Value = 0)
this.Parent.Parent.pgfFixedQtyPerMembership.Enabled = this.Value = 8
IF this.Value = 8
   this.Parent.Parent.ActivePage = this.Parent.Parent.pgfFixedQtyPerMembership.PageOrder
endif
So, when I select a particular value in drop down I want to activate that page and make it enabled.

I found offending code in first page activate that caused that behavior.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform