Display new form under a tab

I have a form which has a tab panels with a series of tabs. One of these tabs is EVENTS, which shows individual events related to the host form (the company). These events are displayed line by line, using list view.

I want to be able to toggle a button in the events tab (shown as “VIEW NOTES” in the attached JPG below) in order to redisplay the Events within the tab so that each line is accompanied by an extra field that shows more detail.

Can anybody suggest how I can do this, without having to add another visible tag.

I thought that I might be able to alter the existing Events Form in the tab by increasing the depth of the form and by making a hidden field visible through a script. However, I can’t see anything that allows me to increase the size of the body of a form through a script.

MerMer

Hi,

create a new blank form with an invisible tab panel.
Give the tab panel a name.
Place your events and notes forms within this one.
Attach scripts to your two buttons to toggle between the two invisible tabs :wink:

Always so obvious in retrospect! Many thanks

MerMer