Expand my Community achievements bar.

Calling a Script Object

Avatar

Former Community Member
I'm having some trouble calling a function with arguments froma a radio button click event in the main form. How can this be done?



This is the way i'm trying to do this now:

-Script Object code (path: xfa.form.variable.fun1):

function ex1(var1,var2){....}



-Call from the radio button click event:

xfa.form.form1.variable.fun1.ex1(var1,var2)



Thanx!
0 Replies