I have a bizobj instance I use in my form. I create the bizobj and add it to my form. I added a row is to the table that the bizobj operates on through a web interface. When I run bizobj.requery() to pull a data set with the new row from the database, the data set never changes. I traced this back and found that the when the cursor executes the sql statement it is not returning the new row in it's dataset. Note that if I exit the app and restart it, it will read the new row in just fine.
I noticed that the behavior is the same for all of my bizobjs. I need to be able to update the dataSet with any new rows in the database. Any suggestions? Regards, Nate _______________________________________________ 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]
