Re: updating the data used in a form

2009-05-27 Thread Alex Gaynor
On Wed, May 27, 2009 at 3:31 PM, Jim wrote: > > Hello, > > Suppose that I have a form ShowLatestUpdates that shows some things > from a database. An hour later, the list of things to show is > different. But the form shows the data from when it was initialized. > Something like > ShowLatestUpd

updating the data used in a form

2009-05-27 Thread Jim
Hello, Suppose that I have a form ShowLatestUpdates that shows some things from a database. An hour later, the list of things to show is different. But the form shows the data from when it was initialized. Something like ShowLatestUpdates().update() doesn't work, I expect because it initializ