Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A Addressing question..
Message
De
24/11/1997 15:28:57
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, États-Unis
 
 
À
24/11/1997 15:25:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00061995
Message ID:
00062004
Vues:
42
>for example... I will have a SAVE button on pageframe1.page1 and
>another SAVE button on pageframe1.page2. I want to call a method
>and set the SAVE button on pageframe1.page1 visible property to F.
>thisform.cmdsave.visible = .f. does not work. Remember, I am using a
>formset. I want a generic method that sets all SAVE buttons to visible = .f..

You should be able to accomplish that by drilling down through the controls on the forms.

The reason that thisform.cmdSave.visible = .f. doesn't work, is because it looks like you have it on a pageframe. Unlike VB, VFP requires that you refer to objects from their containers. So, it'd be thisform.pageframe1.page1.cmdSave.visible = .f.
Jay Shepherd
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform