Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Release Object problem
Message
From
07/09/2005 14:00:15
 
 
To
14/04/2005 10:56:05
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01004179
Message ID:
01047421
Views:
25
Hi,

I had done a work around but went back to try your suggestion but I can still see the object that I Remove. This is my code:

Thisform.grid.column1.ControlSource = "curTest.lSelected"
IF TYPE('Thisform.grid.column1.text1') = 'O'
Thisform.grid.column1.AddObject('chklSelected','acc_checkbox')
Thisform.grid.column1.chklSelected.Visible = .T.
Thisform.grid.column1.CurrentControl = 'chklSelected'
Thisform.grid.column1.RemoveObject('text1')
Thisform.grid.column1.Sparse = .F.
ENDIF

In the debugger TYPE('.column1.text1') is showing 'O' after this code runs.

Any ideas?

Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform