11/22/2024 10:55:51 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
Tab Controls
Posted: 06 Apr 06 10:47 AM
|
fiogf49gjkf0d Have a need to hide certain tabs based on user teams.. Not really a tough deal I think however I am finding the following.. Maybe my syntax is bad..
tcGCSDist.ActiveTab(2).TabVisible = False --doesn't work even tried it within "False"
Tried -- tcGCSDist.ActiveTab.TabVisible(2) = False
Also have tried tcGCSDist.Tabs.TabVisible(2) = False
Anyone have a hint on how I can hide a certain tab within a Tab Control..??
Thanks in advance |
|
|
|
Re: Tab Controls
Posted: 06 Apr 06 12:00 PM
|
generico cialis prezzo cialis generico fiogf49gjkf0d Ok the godfather has responded to me directly.. Thanks Mike...
Solution is as follows:
tcGCSDist.ActiveTabIndex = 2 tcGCSDist.ActiveTab.TabVisible = False
My issue was the whenchange event on the form was not firing.. once I recreated the form everything worked fine. Thanks for all the assistance Mike. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|