On Jul 31, 2006, at 4:12 AM, jbarry wrote:
> now I have created a navigation buttons but when I move forward only > the Master is updated and not the grid, I am thinking of putting > something in the afterMove it is not there so I tried the onMove > putting > self.requery() > but it is a no go.
self.requery() only refreshes the data set; you need to tell the grid to grab that new data. Call the grid's refresh() method to tell it to grab the latest copy of the data from its DataSource.
-- Ed Leafe -- http://leafe.com -- http://dabodev.com
©2006 Ed Leafe |