Hi,
I’d like to be able to “scan” or view all the controls on a form & pick up the first blank one I encounter. I need a loop so that after my message box appears, the loop will continue looking for other blank controls and give messages for them. Only when the form doesn’t have blank controls will the loop exit.
I’m just having problems getting an idea on how I can properly start my loop from 1 control and then jump to the next control on the form…
Maybe I should be utilizing the tab index for this? I dunno…
I’d like to be able to “scan” or view all the controls on a form & pick up the first blank one I encounter. I need a loop so that after my message box appears, the loop will continue looking for other blank controls and give messages for them. Only when the form doesn’t have blank controls will the loop exit.
I’m just having problems getting an idea on how I can properly start my loop from 1 control and then jump to the next control on the form…
Maybe I should be utilizing the tab index for this? I dunno…