Hi,
I tried to use rowtabarea with openedindexprop but it doesn’t work - see enclosure
When I set openedindexprop to 5 it still opens the first tab
Have you any hint for me?
Thanks and best regards,
Hermann
rowtabarea.xml (3 KB)
Hi,
I tried to use rowtabarea with openedindexprop but it doesn’t work - see enclosure
When I set openedindexprop to 5 it still opens the first tab
Have you any hint for me?
Thanks and best regards,
Hermann
rowtabarea.xml (3 KB)
Hi Hermann,
I just ran a slightly modified TABSTY-P.NSP program from the NaturalAjaxDemos. I changed the code so that the second tab opens:
MYOPENIDINDEXPROP:=‘1’;
This worked OK in my environment. Please be aware that the MYOPENEDINDEXPROP is an (A) DYNAMIC.
Best Regards,
Christine
Hi Christine,
I just added "; " as in your example - and then it works :shock: :!:
Is the “;” really necessary?
Anyway - thanks for your solution!
BR,
Hermann
Hi Hermann,
actually the ‘;’ is a typo. I was not aware of it.
I removed the ‘;’ in my example. It still works OK.
You do not need to add a ‘;’. Actually you should not.
Sounds to me as if your program was not compiled or the browser cache was not refreshed on your first try.
Could you please try again without the ‘;’?
Thanks + Best Regards,
Christine
Hi Christine,
you’re right - it works now also without ‘;’ - strange …
Is there a special way to refresh the browser cache?
BR,
Hermann
Hi Hermann,
Clearing the browser cache depends on the browser.
In IE you can explicitely clear the browser cache via
In FF it’s the “Options” correspondingly.
While developing applications I always have the following settings:
In IE: Check for newer versions… Every time I visit the webpage
In FF: Never remember history
Best Regards,
Christine