how to get Number of Tabs in SmartFolder

Posted by Admin on 10-Sep-2009 09:22

Dear All,

   My simple quetion is :

     1- Is there any way get count  of Visible Tabs in SmartFolder ?

     2- How to get label of any tab in SmartFolder. ?

Thanks

All Replies

Posted by Peter Judge on 10-Sep-2009 10:17

{get PageSource hFolder} in the container will get you the folder.

You can then run the following to get a delimited list of labels

{get FolderLabels cLabels hFolder}

And this to get you the enabled tab

{get TabEnabled cTab hFolder}

There's also a bunch of folder-related stuff on the hFolder object.

-- peter

Posted by Admin on 10-Sep-2009 13:34

pjudge schrieb:

{get PageSource hFolder} in the container will get you the folder.

You can then run the following to get a delimited list of labels

     {get FolderLabels cLabels hFolder}

Actually the delimiter is the PIPE sharacter. Use that together with NUM-ENTRIES.

Posted by Admin on 14-Sep-2009 04:40

Thanks,

This thread is closed