Declaration public web ; Make trigger public to web
Author: avner@one1.co.il (avner)
Hi all
For Those of you that play with Uniface 9.4.cr
you must check and remember to
trigger onchange
public web ; Make trigger public to web, else it will not be fire
EDITBOX_ = EDITBOX
return 0
end
;BTN_RETRIEVE DETAIL Trigger
public web
retrieve/e "PERSON"
if ($status < 0)
webmessage/error "Retrieve failed ($status = %%$status%%%)"
endif
return 0
Also you can Easily see that there are differancees with the get state , set state triggers if you compare it to the RIAWidgets project (widget1.dsp)
Does anybody Knows Why there are differences ?




