On 04/27/2013 10:21 PM, Sabarish Sridhar wrote:
I finally decided to do something like this. It works , but its not
efficient and I could not find any other way out.

*if(self.Form.smallGrid.ColumnCount>0):*
* print "In delete:";*
* self.Form.smallGrid.removeColumn();*
* self.Form.smallGrid.removeColumn();*
* self.Form.smallGrid.removeColumn();*
* self.Form.smallGrid.update();*
* self.Form.smallGrid.buildFromDataSet(self.returnData());*


As Ed is suggesting it is difficult to help you without us understanding your code. Maybe there is a reason you are not posting your code. Why not create a test case and we can look at what you are doing and make suggestions.

Johnf
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to