HI Community,
I just declared a variable in the initialize event of one of my fields in my subform.
var help = "1";
Now I want to use this help variable in my exit event of the same field.
But it doesn't work out?
greets
Chris