Programmatically switching tabbed tables & framesets problem

Hi All,

We have a number of applications that use tabbed tables to organise the display of data. The tables are programmatically controlled with the ‘buttons’ that switch tabs in an embedded outline on a page in a navigation frame, with the document displayed in a separate frame. The code behind the outline entries is a simple FIELD $tableName := “rowIndex”, followed by a refresh.

This all works fine in r5, but doesn’t seem to work in r6.

I’ve tried isolating the issue by creating a new database with just one form (with the tabbed table), a frameset and the navigation page and it still doesn’t work.

Has anyone else encountered this? Any suggested workarounds?

Thanks,

Jason

Subject: Solution - Programmatically switching tabbed tables & framesets problem

Got it working now…

Took the code out of the outline buttons and created an agent for each named tab, then put @Command([ToolsRunMacro];“Tab n”) in the outline.

Means I’ve had to create 10 extra agents - luckly all of the rows in the tabbed tables where names 1, 2, 3, etc… so it cut down the number of agents needed.

Still looking for a neater solution though…