tab panel search

I have a contact database.

I have a master form which has a tab panel on the right hand side of the form which shows all the records from the same contact table using global self relation (a field called relation which has a value = 1 is self related)

On the left hand side of the master form I have navigation elements /portals etc.

I am unsure how to do a find within the tab panel.
please show me an example.

Also I wanted to know how to hide a tab button of the tab panel when there is just one tab.

Thanks a lot.
Hameed

faheemhameed:
I am unsure how to do a find within the tab panel.

http://forum.servoy.com/viewtopic.php?t=747
http://forum.servoy.com/viewtopic.php?t=742

faheemhameed:
Also I wanted to know how to hide a tab button of the tab panel when there is just one tab.

Set the property “tabOrientation” to “HIDE” on your tab panel.

  • david