I have noticed a change in behaviour between PB12 and PB12.5 (both patched). I have quite few datawindows with global functions on them. In previous versions of PB these functions only got fired on when the datawindow got focus (getfocus event) - which suited the application perfectly.
The functions now seem to get fired all the time (it seems to be on the mousemove event - but I can't be sure).
Has anyone else noticed the same - and is there any solution? Thanks