Extra selectionbox

  • Thread starter Thread starter Jean-Paul De Winter
  • Start date Start date
J

Jean-Paul De Winter

hi,
on my form I have 7 selection boxes (if translated well) which I can check
or unckeck.
Now I want to add 2 new ones but I can't find a way to "combine" these new
selection boxes with the previous created ones...
How can this be done?
Thanks
JP
 
Do you mean an option group? Where you have seven check boxes that, when
you click any of them, automatically unchecks any of the others that were
previously checked?

If that's not right then I don't understand your question... could you give
some more detail about how it behaves?
 
That's it... sorry for the bad translation... it's not always easy to know
the correct terms.
Thanks
JP
 
No problem. I just wanted to make sure we were talking about the same
thing.

To add new tick boxes onto that control...

You need to make sure that you can see the toolbox (View, Toolbox)
You can then drag more check boxes onto the control.. so that it turns black
while you're dragging.
Select the check and view its properties - option value on the data tab - to
see/modify what value it will produce when checked.
Click on the border around those controls to see/modify the name of the
control - i.e. what you can check for in code etc
 
Problem solved... thanks
JP
Belgium
Rob Oldfield said:
No problem. I just wanted to make sure we were talking about the same
thing.

To add new tick boxes onto that control...

You need to make sure that you can see the toolbox (View, Toolbox)
You can then drag more check boxes onto the control.. so that it turns black
while you're dragging.
Select the check and view its properties - option value on the data tab - to
see/modify what value it will produce when checked.
Click on the border around those controls to see/modify the name of the
control - i.e. what you can check for in code etc
 
Back
Top