Skip to Content
0
Former Member
Feb 17, 2011 at 09:41 AM

declare varible in initialize -> not in exit ?

28 Views

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