FrontTabs( layoutObjects; parent )
Rate this function: Average rating: 3.8 (12 votes) Discuss this Custom Function
Bruce Robertson, Concise Design
http://www.concise-design.com
Provides a list of frontmost tab(s) and any enclosed selected tabs
Sample Input:
let( objectList = LayoutObjectNames ( Get( FileName) ; Get ( LayoutName ) ) ;
frontTabs ( objectList ; "" )) |
|
Sample Output:
|
Description:
Provides a return delimited list of the frontmost (selected) tab panel object(s) and any selected tab panels within these tabs. Requires 8.5+. Requires tab panels to be named.
5/1/2007
Revised to allow for "parallel" tabs. Prior version only identified a single topmost tab.
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
This is my Custom Function and I want to
edit it
Discuss:Make a comment about this Custom Function (please try to keep it brief & to the point). Anyone can post:
|
Newest Custom Functions:
| 1. |
GetResultParameter( ParameterName ) |
| |
(Wed, Aug 25, 8:32am) |
| 2. |
GetListParameter ( ParameterList ; ParameterName ) |
| |
(Wed, Aug 25, 8:25am) |
| 3. |
Standard_Deviation( Field ; MaxLoopCount ; StartIndex ; StdDeviation ; ArithMeanValue ) |
| |
(Tue, Aug 24, 10:57am) |
| 4. |
Arithmetic_Mean ( Field ; MaxLoopCount ; StartIndex ; MeanValue ) |
| |
(Tue, Aug 24, 10:51am) |
| 5. |
Age ( Birth; theDate; Format ) |
| |
(Fri, Aug 20, 9:50am) |
| 6. |
Power ( x ; y ) |
| |
(Thu, Aug 19, 5:56am) |
| 7. |
portal.rowCount ( _name ) |
| |
(Sun, Aug 15, 2:41pm) |
| 8. |
PostPer_Day ( Post; startDate ; finishDate ; returnType ) |
| |
(Sat, Aug 14, 2:02pm) |
 |
|
Hi Brian,
Your custom function in the front_tabs example is brilliant.
Using your custom function, the return to the selected tab works with the first FIVE of my SEVEN tabs. I could not see any limit to number of tabs. Please advice
Thank you
Pham
Pham Ho, Melbourne - Australia
August 08, 2010 4:31pm