PDA

Click to See Complete Forum and Search --> : SSTab control


Mark Sreeves
Dec 12th, 1999, 05:45 PM
I am using an SSTab control with 2 tabs.

I want to disable or hide tab 2 in code

How can I do this?

------------------
Mark Sreeves
Analyst Programmer

Mark.Sreeves@Softlab.co.uk
A BMW Group Company

Ishamel
Dec 12th, 1999, 06:02 PM
Either of these will do what you are after.


SSTab1.TabEnabled(1) = False

SSTab1.TabVisible(1) = False


------------------
Ishamel
KBurt59082@AOL.COM

Mark Sreeves
Dec 12th, 1999, 06:06 PM
Thanks for that! It's just what I needed :)