Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using .SetAll()
Message
De
14/03/2008 11:46:03
 
 
À
14/03/2008 11:39:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01302151
Message ID:
01302165
Vues:
9
Try .SetAll ("Visible", .T., "MyButtonClass")

>I have a page with a bunch of buttons on it. It want to set the Visible property to some condition based upon a property inside the button. Something like
>WITH myForm.myPageFrame
>  loPage = .pages(.activepage)
>  WITH loPage
>       do some stuff
>       .setAll('visible',tag = 'yes','myButtonClass')
>       more stuff
>  ENDWITH
>ENDWITH
>
>However, when the setAll() line is executed I get a "Variable 'Tag' is not found" error.
>
>I also tried .tag = 'yes' but the reference would be to the page's Tag, not but button's.
>
>I've gotten around this by looping through all the buttons but it feels cleaner to do it in the one statement. Is there some way to use setAll() and reference a property inside the objects being "set"?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform