I have a bunch of text boxes that are only enabled after clicking an "edit" button.
I want to disable them again when I click another button, "save", but I can't, since one of the objects now has focus...
Where do I "throw" the focus, so I can disable the text boxes again?
I want to disable them again when I click another button, "save", but I can't, since one of the objects now has focus...
Where do I "throw" the focus, so I can disable the text boxes again?