2
Reply

Checking separate controls fvrom within a single loop...

ack0084

ack0084

Apr 27 2004 11:22 PM
1.6k
Is there any way to programmatically check for one of several individual controls being true: For instance, take the following example: I want to allow the user of this program to check a radio button and depending on which radio button is checked the program will average the numbers up to the coresponding sequential text box. I have already validated that text fields are correct in entry and once the radio button that is checked is found any following fields with info in them are to be ignored... Now my dilemma is this...i would like to compact this process down to ta single loop that simply checks for the next radio button in the line for a check-mark, very much like an old-style array-string search... Any ideas or tips would be greatly appreciated. thank you and take care... If you have a solution or think of anything please e-mail me at [email protected]

Answers (2)