Hello
I want to have a Array declared in the form, and that Array should VISIBLE to every where of the form.
Meaning, i can use tthat aray in every page, every subform, every text field to append the elements
And to loop that array in some button (on click event).
PLs. let me know how can i declare a array that is GLOBAL in scope, really global? at what level i hv to declare it? at root node level (say, my form name is VISITORinfio, so, keeping curson on this node and declaring array in readDoc event? )
I tried with these options but not working at all!!