Issue64

Title [datasources] dsRecordLoaded event not called on requery
Priority bug Status testing
Superseder Nosy List reinhard
Assigned To reinhard Topics gnue-common

Created on 2006-03-27.09:38:36 by reinhard, last changed 2009-10-15.13:12:53 by reinhard.

Messages
msg456 (view) Author: reinhard Date: 2009-10-15.08:12:49
Subversion revision 9971
Modified:
   trunk/gnue-common/src/datasources/drivers/Base/RecordSet.py
Log:
Send dsRecordLoaded message whenever data is retrieved from the backend.

issue64 testing

msg81 (view) Author: reinhard Date: 2006-03-27.09:38:36
The dsRecordLoaded event is not fired when a record is requeried from the
database. However, a requery can load changes done by a different transaction,
so an unbound field calculated in a dsRecordLoaded event should be recalculated.
History
Date User Action Args
2009-10-15 13:12:53reinhardsetstatus: chatting -> testing
2009-10-15 13:12:53reinhardsetstatus: unread -> chatting
messages: + msg456
2006-03-29 22:21:13reinhardsettitle: dsRecordLoaded event not called on requery -> [datasources] dsRecordLoaded event not called on requery
2006-03-27 09:38:36reinhardcreate