Tabpanel form events

Hello,

I have a form in tableview on a tabpanel. It is populated with records thru a relation on the main form.

Are there any events fired while the population of the form is happening? I would like to call a method as each record is populated or at the end of the data loading process for the form.

Thx

You can use the onShow of that form, because at the time that onShow is triggered, all the data is on the form.

Hi Joas does the onShow event of the form in the tabPanel is executed everytime it populates the list of related records or only whe the form is shown?

Is the onRecordSelection of the manin form executed after or before the data is shown in the related forms?

Thanks.

Joas,

I have tried onShow and I do not have any records at that time. The user enters an order number then on FOCUS_LOST of that element of the main form, tabpanel forms are populated. But no onShow event is fired at that time.

Is there another event I can look for as the tabpanel forms are loaded with data?

thx
lach

Joas,

I stand corrected. :) Servoy is quicker than the eye. Foundsets are populated and ready to go.

thx
lach