How Do I - Beispiel
One way to set up a tab control is to use it on a multiple page form. The tab control needs to be on the Page 0 which acts as a master page and the tab's text can be set in the object method or directly in the value list of the tab control object. To switch pages we set the standard action setting of the tab control to Goto Page. In this example the tab control is set up in the object method of the tab control when it is loaded.
Download