Opening first tab in tabbed table in NOtes client

Hi all,I have a form containing a tabbed table.

When I open this form in a Web browser (read mode), it shows the first tab by default.

When I open this form in the Notes client (read mode), it shows the last tab by default.

How can I change that (I already tried the $tabname tip in this forum, but this only works when you are in edit mode…).

Thanks,

Margit

Subject: Opening first tab in tabbed table in NOtes client

I solved this, by setting the properties of the table to be users pick row via tab buttons (in stead of switch rows programmatically).Question remains how you would combine the two in one form. I used the switch rows programmatically because it kept the same tab active when saving the document…

Margit