Message407

Author reinhard
Recipients jamest, johannesV
Date 2007-06-22.09:10:02
Content
Currently, every operation done on a block or field results in immediate update
of the UI. This can hurt performance real bad if a trigger does many things on a
block, like insert a number of new records at a time.

One possibility to solve this would be to allow for block.freeze() and
block.thaw(), meaning that between these functions, no UI is updated, while on
thaw(), the whole block is updated in the UI.
History
Date User Action Args
2007-06-22 09:10:03reinhardsetmessageid: <1182503403.54.0.678936059427.issue176@gnuenterprise.org>
2007-06-22 09:10:03reinhardsetrecipients: + jamest, johannesV
2007-06-22 09:10:03reinhardlinkissue176 messages
2007-06-22 09:10:02reinhardcreate