Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Program Sytles - help
Message
De
08/10/2000 00:26:51
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00426533
Message ID:
00426578
Vues:
14
>I am really sorry to sound so dumb, but if I do it that way,
>what I seem to be faced with it, is no object reference, to be able to
>chage or modify various part of the the object
>
>like say I wanted to make one item visible (where the default was .f.
>i would have said
>oc._list1.visible=.f.
>
>Now what would I use to be able to acomplish that... ?
>
>thanks cindy,.

Bob,

Inside your form object, THIS.Visible = .T.;

outside, loThis = gaForms(x); loThis.Visible = .T.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform