Can someone send me the syntax for passing an argument to an user defined function(say "ue_test". I want to pass the argument when I trigger the event. Thanks
THIS IS THE CODE PASSING AN ARGUMENT TO THE USER DEFINED EVENT
if ab_enable then
this.event ue_EnablePrint (ab_enable)
else
this.post event ue_EnablePrint (ab_enable)
end if
THIS IS THE USER EVENT
// ue_EnablePrint(ab_status) script for w_genapp_frame
// Enables/disables File/Print menu item, according to value of ab_status
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.