Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with RemoveObject
Message
De
06/05/1999 11:30:37
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Help with RemoveObject
Divers
Thread ID:
00215737
Message ID:
00215737
Vues:
62
WITH thisform.grdCatalog
.ColumnCount= 9
FOR lnI = 1 TO .ColumnCount
lcRemoveObject = '.column' + ALLTRIM(STR(lnI)) + '.text1'
.RemoveObject(lcRemoveObject)
lcAddObject = '.column' + ALLTRIM(STR(lnI)) + '.txtbase1'
.AddObject(lcAddOjbect, 'txtBase')
ENDFOR

I am trying to execute the above code and keep getting an error message on the remove object line. It says that '.Column1.text1' is not an object.

What am I doing wrong? How do you remove one object and insert another?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform