I have one form with on it a tabpanel with several tabs. Browsing through the ‘major’ table works ok.
While browsing and selecting another tab makes that that tabindex is remembered and I like that!
Let’s say it is a company with an address under tab 1 and a phone number under tab 2.
When I have no phonenumber (and no record) under tab 2 than the phonenumber/record of the former company is shown/remembered but I want an empty record eg empty fields…
What you could do is creating a method in form2 which is triggered with
the property ON SHOW. E.g. a method creating a new record.
Just experimented with it, works fine.
Already do this trick with some things where I think a user will always have to include some data. But for those occasion where this is not so it is not too elegant to do this.
But… With the newest beta and the possibility to get and set the tabindex as well as en/disable it (tip from maarten) I found a nice (second) work around…