TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ack0084
NA
1
0
Checking separate controls fvrom within a single loop...
Apr 27 2004 11:22 PM
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]
Reply
Answers (
2
)
Creating Documentation and code description
Getting MS Outlook data (calendar/apointments) into my program?