Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
My FORM is full and I can not keep track of the OBJECTS?
Message
De
23/09/1997 13:22:03
 
 
À
23/09/1997 12:50:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00051244
Message ID:
00051249
Vues:
43
>I have a FORM that has a PAGEFRAME with three PAGE TABS
>and one of those TABS has two PAGETABS. Along with all
>the EVENTS and OBJECTS, I am having trouble keeping
>track of where my code is. Also, when I try to address
>an object, my address names are long..
>For example…
>If I want to set a VALUE, I have to do something like this…
>thisform.pageframe1.page2.combo_voucher_add.visible=.f.
>Is there an easier way to organize objects so I can keep
>track of what is going on.

If you want to refer object of the same page, you can use parent reference:
***e.g. commandbutton click event referred combo on the same page
This.Parent.Combo1.Value=....
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform