G
Guest
Please, if someone can help anyway..
I have a form in which an option group of 2 option bottoms was created
For each of the option bottom I have some fields related in such a way that
if I press option 1, those fields related to this option must be able of being filled an
if I press option 2, only those related to this option must be able of being filled
In this situation I didn't set any 'default value', in fact at my logic I set a default number different from the values of the option bottoms- so that no previous set appears on the form for this option group
My idea is that when this form opens it must show these two amount of fields in that way that almost we can not see them- I mean, they must be all inhibited. And only when I select one of the options bottom then the fields related to the option bottom chosen will be ready to be filled
I've tried to set EventProcedure by codes on "click"for the form properties- the problem in this case was I had to click at any empty space of the form to validate the inhibition of these fields- it isn't good for me
I've also tried to set on option group properties for EventProcedure with codes for"enter", "click", but my logic didn't worked
I also need to know how to prevent the option chosen on the previous register be present when I open the form for the rigth next register. The way I have my form now- every time I choose a option in a register on the form, this option appears pre-selected on the next form for the next register.
If someone can help me I'd be grateful
Thank you!
I have a form in which an option group of 2 option bottoms was created
For each of the option bottom I have some fields related in such a way that
if I press option 1, those fields related to this option must be able of being filled an
if I press option 2, only those related to this option must be able of being filled
In this situation I didn't set any 'default value', in fact at my logic I set a default number different from the values of the option bottoms- so that no previous set appears on the form for this option group
My idea is that when this form opens it must show these two amount of fields in that way that almost we can not see them- I mean, they must be all inhibited. And only when I select one of the options bottom then the fields related to the option bottom chosen will be ready to be filled
I've tried to set EventProcedure by codes on "click"for the form properties- the problem in this case was I had to click at any empty space of the form to validate the inhibition of these fields- it isn't good for me
I've also tried to set on option group properties for EventProcedure with codes for"enter", "click", but my logic didn't worked
I also need to know how to prevent the option chosen on the previous register be present when I open the form for the rigth next register. The way I have my form now- every time I choose a option in a register on the form, this option appears pre-selected on the next form for the next register.
If someone can help me I'd be grateful
Thank you!