jtseltmann
Programmer
I have a quick question that I am not having any luck getting past. I have a tabbed main form and check boxes on one form. If the check box if checked I want to disable all the fields on a form on another tab. The problem is that in a few cases this means 'all' the fields that can possibly have focus. On the forms that have a remaining field (one that I do not need to disable) I can simply change the focus to that field and then disabled at will. But, on a few forms there are no more controls...I keep getting the error that I cannot disable the control that currently has focus. I can't seem to shift that focus to anything else on the form, even a hidden control...
does anyone have any suggestions?
Thanks!
does anyone have any suggestions?
Thanks!