Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object name is invalid (Error 1575)
Message
De
09/07/1999 14:14:55
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Object name is invalid (Error 1575)
Divers
Thread ID:
00239552
Message ID:
00239552
Vues:
65
All,

I am getting the above error while executing the AddObject line in the following code. The control and the control name should be gone after executing the RemoveObject line, but I get an invalid name when attempting to use that name again.

FOR EACH loColumn IN This.Columns
lcColumnControlName = loColumn.CurrentControl)
loColumn.RemoveObject(lcColumnControlName)
loColumn.AddObject(lcColumnControlName,"MyControl")
STORE .T. TO ("loColumn." + loColumn.CurrentControl + ".Visible")
ENDFOR

Has anyone seen this behavior before?

TIA

Rex
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform