Tab Panels not rendering

Has anyone come across this this issue. I have a for with two tab panels. One has two tabs , the other has 12. I am noticing that if I am viewing tabpanels based on similar relations, when I scroll up, it wipes away the data. This is only happening on the two upper tabs (Coupler) (Camera).

I have the same scenario on another form (Service Estimate), and it works fine (But there are far less tabs).

I am sure there is something creating a conflict that I have over looked.

Thanks,
Erich

Hi,

two potential issues I have come across examples in my own work:

  1. if the same form is show twice on screen, the second instance will render gray - no warning given from Servoy.
  2. forms sharing foundset. Navigating forms wipes out the foundset of a specific form, because of relationships between tables. The solution is to make the foundset of the problem form independent and load records manually when needed using the databasemanager and SQL.