why fwh execute the second function ?
I explain
if I have a datapicker as :
@ 2.9,2 DTPICKER oDate VAR dData OF oBar FONT ofontBig SIZE 180,32 UPDATE ;
ON CHANGE CHANGE_PLAN(dData,lNumeri)
fwh execute before the CHANGE_PLAN(dData,lNumeri) then when I click on this control sometimes execute CHANGE_PLAN(dData,lNumeri) and sometimes not execute the function .
on this function I refresh the button I created on principal function and order it for ddata or if lnumeri ( checkbox) is true.
why fwh execute the second function before ?