Tab Order - Skipping Fields

  • Thread starter Thread starter Jacques Steinman
  • Start date Start date
J

Jacques Steinman

I need to skip certain fields when using tab. It seems as if the item cannot
be revmoved from tab order so is there another way of getting this done?
 
Jacques said:
I need to skip certain fields when using tab. It seems as if the item
cannot be revmoved from tab order so is there another way of getting
this done?

All controls capable of having focus have a property named "TabStop". Set
that to False. Even though they still have an ordinal position in the
TabOrder they will be skipped over.
 
Back
Top