I can call any control on form as Me.ctl.
How can I find out the same thing about frame.
I have Frames as control array (Me.Frame(i))
On every frame I have txtlabelName as control array.
Let's say every frame(0) has 4 elements of txtlabelName indexing from 0 to 3, frame(1) has 4 elements of txtlabelName from 4 to 7, and so on.
How can I new in run time that frame(i) has control
txtlabelName(i)?
Thanks.
How can I find out the same thing about frame.
I have Frames as control array (Me.Frame(i))
On every frame I have txtlabelName as control array.
Let's say every frame(0) has 4 elements of txtlabelName indexing from 0 to 3, frame(1) has 4 elements of txtlabelName from 4 to 7, and so on.
How can I new in run time that frame(i) has control
txtlabelName(i)?
Thanks.