PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WEBDEV 21 tab control
WEBDEV 21 tab control
Iniciado por guest, 06,ago. 2016 10:47 - No hay respuesta
Publicado el 06,agosto 2016 - 10:47
Hi,

Is it possible to add tabs to a tab control or even to select a cretain tab by clicking on a button in the screen? In windev this is easily done . However In webdev I could not find anything in the help.


Anyone any Ideas?

regards

Allard

Ok going to a certain tab is just as in windev . Mytabcontrol = 3 goes to the third tab. But what about adding a tab.


I would like to be able to add tabs and to dynamically add an internal window to that tab. So that on run time the window can contain all kinds of windows based on what the user selected.

This would mimic the javascript single site web application