Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Activating a page
Message
De
18/02/2016 05:48:41
 
 
À
18/02/2016 02:39:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
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:
01631653
Vues:
57
I needed to read the post a few times before I came the conclusion that a question wasn't being asked, but rather the post was relating a tale of a curious problem encountered, a bit of head-scratching was performed to figure out why something wasn't working as expected, then up on closer examination of code (in a place not previously examined) an errant bit of code was discovered (which after it was modified, the problem went away)

>Hi Naomi
>
>I wish I could get your question ...
>
>
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform