Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object name is invalid (Error 1575)
Message
 
À
09/07/1999 14:14:55
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00239552
Message ID:
00239682
Vues:
17
>FOR EACH loColumn IN This.Columns
> lcColumnControlName = loColumn.CurrentControl)
> loColumn.RemoveObject(lcColumnControlName)
> loColumn.AddObject(lcColumnControlName,"MyControl")
> STORE .T. TO ("loColumn." + loColumn.CurrentControl + ".Visible")
>ENDFOR

Rex,

I think the problem is on the STORE line, change it to


STORE .T. TO loColumn.CurrentControl.Visible

OR

loColumn.CurrentControl.Visible = .T.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform