View Single Post
  #31 (permalink)  
Old 04-11-2008, 11:52 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,204
Default

On the desktop you can change the ReadOnly property and make the table editable:
Code:
    obj.FromControl("Table1")
    obj.SetProperty("ReadOnly",false)
Reply With Quote