Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Addobject in grid column at runtime : Readonly always .T
Message
From
11/11/2003 11:55:07
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00848757
Message ID:
00848763
Views:
27
This message has been marked as the solution to the initial question of the thread.
Hi Sylvain ,

I couldn't duplicate the problem with the following:
CREATE CURSOR temp (l1 l)
APPEND BLANK
lo = CREATEOBJECT('Form')
lo.ADDOBJECT('grid1','grid')
lo.Grid1.COLUMNCOUNT = 1
WITH lo.Grid1.COLUMNS(1)
  .ADDOBJECT('check1','checkbox')
  .CURRENTCONTROL = 'Check1'
ENDWITH
lo.Grid1.VISIBLE = .T.
lo.SHOW()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform