Issue160

Title Trigger reorganisation
Priority wish Status unread
Superseder Nosy List reinhard
Assigned To Topics gnue-forms

Created on 2007-04-10.09:00:26 by reinhard, last changed 2007-04-10.09:00:26 by reinhard.

Messages
msg339 (view) Author: reinhard Date: 2007-04-10.09:00:25
The available triggers in forms could be rethought. Some issues:

* PRE-FOCUSIN and POST-FOCUSIN are redundant.
* PRE-FOCUSOUT (which is usually used for validation) isn't run on manual field
changes (within trigger code). ON-VALIDATE trigger might be an idea, but maybe
it's bettter to use PRE-CHANGE for validation.
* no trigger available that runs after a detail has been requeried because the
master record pointer has moved.
History
Date User Action Args
2007-04-10 09:00:26reinhardcreate