On 2/1/11 12:02 PM, Jacek Kałucki wrote: > I have many forms with even longer master-child chains and it works for > me correctly. > First, requery is issued for another parent cursor and second, > the requeryAllChildren() doesn't requery modified children. > What happens to you is probably related to ticket #1390. > I had overwritten large part of dBizobj class in my inherited class to > fix this > issue and improve speed for large (more than 2k rows children). > I can commit this fixes if Ed and Paul agree.
That ticket brings up many questions that I'd have to delve into the code for a while to be able to answer, which is probably why I haven't done it yet. If it fixes issues with grandchildren losing changes, then yes we must review and get it included if it doesn't break anything. One thing that keeps me from wanting to do this is that you didn't make it a patch against a specific revision, but rather attached a whole dBizobj.py script file. That will make it tough to diff and just focus on what is changed to solve this specific problem. When I download it and diff it, I'll also see lines not pertaining to your changes at all, but lines that are different in my base version versus your base version. Paul Paul _______________________________________________ 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]
