Dynamic Tabs

Hi.

If you open an application in the Scriptcase development environment, it opens in it’s own tab. The tab is created dynamically. I would really like to achieve this same thing in my project where each application opens in it’s own Tab. Possibly have it that the application can open multiple time in multiple tabs based on the WHERE clause.

Can anybody suggest how I might achieve this? If the Tab application is not capable of this then please can an enhancement request be submitted?

Kind regards
Rod

You can’t do it using SC Options, but you can achieve that using a blank application with custom code like this:
http://jsfiddle.net/p2Qhc/

[QUOTE=hirambq;17747]You can’t do it using SC Options, but you can achieve that using a blank application with custom code like this:
http://jsfiddle.net/p2Qhc/[/QUOTE]

Thanks for the link. I will look into this option and see if it can work for me.

I do think it is a feature which should be built into the existing tab application utility though. I can see a lot of uses for it.

Awesome work, thanks!!!