First I am new to Javascript and especially so to Livecycle Javascript.I
am trying to make a form where:1. There is a table in the Main Form.
Through the use of buttons the user turns on the visibility of subforms
on and off. (got this working) The subforms have check boxes which when
selected will display the appropriate text in TextFields in the Table in
subform0 (main page). I would like to define and initialize the Array
once (hopefully) - when the page loads (my thinking! in the
form1.initi...