Tab Stop and Index

  • Thread starter Thread starter Linda \(RQ\)
  • Start date Start date
L

Linda \(RQ\)

Hi Everyone,

When you set the property Tab Stop in a control to No, should do anything
with the Tab Index. I have several controls that I just want to show values
in but not for data entry. I changed the tab stop to no but the index
numbers remain 0, 1 and 2.

Thanks,
Linda
 
no, you don't need to worry about the tab index. all the controls are in a
particular "order" in a form - that's the tab index - but the TabStop
property setting of each control is what determines whether the cursor
"lands" in a control, or not.

hth
 
Back
Top