budgie
2006-05-03 09:32:05 UTC
I have used control arrays of option buttons without problems to date, but
always placed within their own frame. Right now I have a series of Yes/No
questions and I had it all working fine in separate frames, but that commits
four screen lines per Q&A. The best use of space on the form seemed to be
questions as labels with a pair of option buttons on the same line for the Y/N
user selection.
So I set up the questions as labels in a frame. I then assigned pairs of option
buttons as control arrays. But VBDOS is treating ALL these OB's as part of one
super-control-array.
The setup is correct. Each pair has the same control name, and indexes 0 and 1
assigned by VBDOS as it asks(for each pair) if I want to set up a control array.
The layout is:
Q1? Option1-Index0 Option1-Index1
Q2? Option2-Index0 Option2-Index1
Q3? Option3-Index0 Option3-Index1
etc
I also repeated this exercise without a frame, in case that was causing to VBDOS
to see it all as one big array. Same outcome.
Am I destined to only get the result I require by individually framing each Q&A?
always placed within their own frame. Right now I have a series of Yes/No
questions and I had it all working fine in separate frames, but that commits
four screen lines per Q&A. The best use of space on the form seemed to be
questions as labels with a pair of option buttons on the same line for the Y/N
user selection.
So I set up the questions as labels in a frame. I then assigned pairs of option
buttons as control arrays. But VBDOS is treating ALL these OB's as part of one
super-control-array.
The setup is correct. Each pair has the same control name, and indexes 0 and 1
assigned by VBDOS as it asks(for each pair) if I want to set up a control array.
The layout is:
Q1? Option1-Index0 Option1-Index1
Q2? Option2-Index0 Option2-Index1
Q3? Option3-Index0 Option3-Index1
etc
I also repeated this exercise without a frame, in case that was causing to VBDOS
to see it all as one big array. Same outcome.
Am I destined to only get the result I require by individually framing each Q&A?