got this weird text selected thing going on

  • Thread starter Thread starter Mark Kubicki
  • Start date Start date
M

Mark Kubicki

I have a form with a tab control (6 or so pages)
when I click on one of the tabs (#2), text in one of the pages text boxes is
selected (it shouldn't be).
I looked for any set focus stuff, and am not finding any the would cause
conflict...

dazed and confused

any suggestions on what to check?

thanks in advance,
mark
 
Probably 'tabstop' could be the option you'r looking for..

When the tab has focus it set's it's focus to the control which has 1 on the
index and tabstop set to yes.
 
thanks, and i now know what a tabstop index of "0" does also (it's sets
focus and causes the text to be selected)

-mark
 
Back
Top