Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with RemoveObject
Message
From
06/05/1999 11:30:37
John Baird
Coatesville, Pennsylvania, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Help with RemoveObject
Miscellaneous
Thread ID:
00215737
Message ID:
00215737
Views:
63
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?
Next
Reply
Map
View

Click here to load this message in the networking platform