JBalcerzak
Programmer
I've got a control array of 4 option buttons contained in a frame on a form. After the user enters some stuff, I want to be able to reset the form to the state the user started with, and I get everything reset except for setting the focus to the starting option button. I'm a VFP and VC++ programmer so this stuff is a little new to me. I've got the following code
optColors(0).SetFocus()
And I keep getting a run-time error on it. I'm wondering if I'm not referencing this properly? Any ideas would be greatly appreciated.
optColors(0).SetFocus()
And I keep getting a run-time error on it. I'm wondering if I'm not referencing this properly? Any ideas would be greatly appreciated.