Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting multiple object properties on a page
Message
De
25/06/2002 08:38:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Setting multiple object properties on a page
Divers
Thread ID:
00671959
Message ID:
00671959
Vues:
57
I have a two page form where I allow access to the second page only when the user makes a selection from a listbox and clicks on an edit button. When they click on the button the click event sets focus to the second page. On the second page's SetFocus event I want to make a test and enable or disable all objects on the second page based on the test. I tried to do this with the following code:

m.llAllowEdits = TestForRights(THISFORM.Name)

WITH THISFORM.pgfFrame.pagPage2

.Enabled = m.llAllowEdits
.ForeColor = RGB(128,0,0)

ENDWITH

The RGB() change was only to see if the change was taking place. The only thing that seems to have been modified was the pagPage2 properties, not any of the textboxes, labels, etc. on the page. My question is: is there any way to do this without having to name each and every one of the objects I want to affect?
Time is a wonderful teacher. Unfortunately it kills all of its students.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform