Now if we have multiple option button on one form then how to control all of them.
If we need to add lots of option button on one form then they all will communicate with each other
Means at run time only one option button can be checked.
So the solution to this is to add frames on form and apply option button in frame to group option buttons. any option button out of frame can't communicate with option button inside the frame.
Please comment if this post help you....
If we need to add lots of option button on one form then they all will communicate with each other
Means at run time only one option button can be checked.
So the solution to this is to add frames on form and apply option button in frame to group option buttons. any option button out of frame can't communicate with option button inside the frame.
Please comment if this post help you....
Comments
Post a Comment