Użytkownik Paul McNett napisał: > Please clarify: your code in r6956 doesn't work? If not, what isn't working? > (Because > that would be an introduced bug). >
... > Data integrity isn't broken with my changes. When the user lands on the > desired > record the child records are requeried just like they always have been. The > results > are not the same because we can't update the status bar and show some narrow > information from the current row to the user. Sorry for late answer, I were inviting my family last days. Considering integrity, I expect that it will be maintained all the time continuously, exactly the same way as it's done by backend. Look into afterPointerMove() method for both business and presentation layer. Previously, in every moment of time I could reach data in every node of data chain from within this method. It's no longer possible because if the children were requeried before this method were invoked, now they requeried after. So, no, data integrity isn't achieved in any guaranteed way, even if I set delay to "0". My question returns, why you don't just delay entire dForm._moveRecordPointer() method instead? -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
