Użytkownik Bronwyn Woods napisał: > Hi all, > > I'm trying to set up a grid that is not connected to any table. It just > displays temporary information for that particular form. I have methods to > add and delete items from the grid which function by setting grid.DataSet to > a new tuple. However, the program crashes with a bus error after some > variable number of adds and deletes (I haven't been able to establish a > pattern or see any difference in the tuples). Is there any obvious cause of > this error? > I have also tried setting DynamicDataSet=myfunction, but I can't seem to get > myfunction to be called except when the grid is first initialized. >
Hi, Did you try to call grid.update() method after data set change? -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
