Tab Order - Skipping Fields

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?
 
R

Rick Brandt

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top