I have an MDI application with a page control that has edit boxes and spin edits on several of the tabs. I use the FormKeyDown method of the childwin unit to handle keyboard inputs but when the user clicks in an edit box on a tab on the page control, it never gives the focus back to childwin so the key strokes never get handled. I have tried calling ActiveMDIChild.SetFocus; in the Main form but it has no effect.
Does anyone have any solutions?
Thom Lemon
Does anyone have any solutions?
Thom Lemon