Tab Names
-
- Profound User
- Posts: 34
- Joined: Fri Dec 27, 2013 5:30 pm
- First Name: Roberto
- Last Name: Jiron
- Company Name: Sinclair
- City: Utah
- State / Province: Utah
- Zip / Postal Code: 84102
- Country: United States
- Contact:
Tab Names
Tab Panels: I’m working with tab panels and I have different tabs, such as Tab1, Tab2, and Tab3 and so on; when I try to bind the Tab Names to a Program field, it’s grouping all in one name. My question is there is a way to bind unique Tab names to each individual tab?
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Tab Names
The tab names property is a comma-separated list of all of the tab names. So you can bind this to a variable, and use it to change the names from your program easily enough, you just have to make sure you put all of the tab names in there, separated by commas.
For example, if the 3rd tab name is to change based on some variable logic in your program, you could do:
For example, if the 3rd tab name is to change based on some variable logic in your program, you could do:
Code: Select all
tab3name = 'The Cool Tab';
tabNames = 'Tab 1,Tab 2' + %trim(tab3name) + ',Tab 4';
-
- Profound User
- Posts: 34
- Joined: Fri Dec 27, 2013 5:30 pm
- First Name: Roberto
- Last Name: Jiron
- Company Name: Sinclair
- City: Utah
- State / Province: Utah
- Zip / Postal Code: 84102
- Country: United States
- Contact:
Re: Tab Names
Thank you so much Scott.
Who is online
Users browsing this forum: No registered users and 3 guests