
Announcements
Hello There,
I have a form with multiple tabs say ( Basic Info, Details, Attachments), this is to distribute the fields on the form onto multiple pages. This way user dont need to scroll all the way down to update the last field value.
And "OnSelect" property of a New Item icon(+) is set as = ResetForm(<formname>); Navigate(<formname>); which opens up a form in "New" mode, however the form view isnt with the first tab(Basic Info) being selected, instead it remains with the tab which was last used while submitting the previous record.
How i can modify the "OnSelect" property of '+' icon to open a form with Basic Info tab being selected.
On the click of the + icon set a variable ShowFirstTab to True and then use this variable as per requirements in the visible property of the first tab as well as all the other tabs.
Also look at some good options here.