Bryan - Gendev
Programmer
I have a combo on a page of a pageframe. Its properties are set as RowSource = aMyarray and Rowsourcetype = 5.
The combo becomes enabled via a checkbox click.
I have a set step on in the click event
In the debugger I see the rowsource correctly as I step down the lines in the click() method.
I can also see all of the elements of the array in the debugger.
When they are all completed and back to the form the combo displays only the first item in the array.
I believe I have had this before but cannot remember the cure.
Can anyone help me?
The combo becomes enabled via a checkbox click.
I have a set step on in the click event
In the debugger I see the rowsource correctly as I step down the lines in the click() method.
I can also see all of the elements of the array in the debugger.
When they are all completed and back to the form the combo displays only the first item in the array.
I believe I have had this before but cannot remember the cure.
Can anyone help me?