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.
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?
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?