Not sure whether this is a bug or a feature request. I have a form with three tabless panels that I am using to display address information (each panel contains a unique form with separate foundset that is controlled via a combo box on the main form. The first two tabless panels populate and operate perfectly. The third panel is always blank (i.e. form does not load and display). Is there a limit on the number of tabless panels on a given form? If so, can it be increased to 3? If this functionality IS intended, please consider moving this post to the feature request section.
The only other way I can think of to accomplish what I need is to either build an html area or use a bunch of form variables and javascript. My current approach uses only the database.
Servoy version 5.0.1 osx dev environment. Database mySQL v5.7
A blank form in a tabpanel usually means you are using the same form twice in your current form (including it’s child forms).
Can you recheck that all the forms in the tabpanel(s) are unique forms and are only showed once in this particular screen?
There is no real limit in showing tabs other than perhaps a memory limit.
I’ve attached a screen shot. Combo box adjacent to panel is the controller. tab to form mapping is as follows:
Main Offices = bwmoddtl_account_addrblock_main
Shipping Address = bwmoddtl_account_addrblock_ship
Main Warehouse = bwmoddtl_account_addrblock_whse
All three forms have separate found sets so they can be controlled independently. tabs_office and tabs_shipping populate and function correctly. tabs_warehouse is always blank. If I place a different form in the panel, it is still blank. You mentioned memory limitation. Could there be a servoy setting that is too low? If so, where would I look ( I know it’s not my hardware - MacPro 10.6 Snow Leopard quad xeon 10Gb ram / 6Tb disk ).