Focus Event Automatically called

I do not want the item to have focus until I have selected it.

Kyle wrote:

I do not want the item to have focus until I have selected it.

Then you should set the focus to some other control during your
initialization, using ctrl.SetFocus().

···

--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

I didn’t realize that my textctrl’s had SetEditable as False. I overlooked that and couldn’t figure out why it was skipping to the first textctrl. As you can tell i’m kind of a noob. Thank you for your help.

···