Hi,
In a Tab Application do you know a way to open in a specific tab ?
For example, in a Tap Application with 5 tabs, it is always the first that opens. Of course to complicate the game, I have to open the 3rd tab first !
- I have not found any options with sc_redir() to open a tab application
- There is no events in Tab Application
Searching in the generated code, I find :
1 - some hidden form fields to store the number of the active tab “[SIZE=11px]nmgp_num_aba=1” , [/SIZE]
2 - some variables in JavaScript who seems to be initialized by scritcase to open the first tab with [SIZE=11px]function nm_gp_submit(aba)and [/SIZE]the variable [SIZE=11px]var sc_cel_ativa = 1;[/SIZE]
I will try to send a parameter via sc_redir() to the Tab Application to test the above vars, but as there are no events I am not good enough with Scriptcase to intercept the sc_redir() params in the ta application … so unable to test that’s why I ask the Forum …
Thanks in advance,
Herve