PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to change displayed tab using a function
How to change displayed tab using a function
Iniciado por Andrea VENTURA, 12,nov. 2017 01:36 - 2 respuestas
Miembro registrado
4 mensajes
Publicado el 12,noviembre 2017 - 01:36
Hello,
I have a tab control (TAB_MAIN) with 3 tabs.

When the user write some data on first tab and clicks on a button a function starts. I want insert a command to change the displayed tab when the fucntion ends. So the user can pass to the following tab.

Is there someting like display(TAB_MAIN[2])? I want to avoid user click.
I searched in the online help, but I don't find nothing similar.

Thanks
Publicado el 12,noviembre 2017 - 20:46
Hi Andrea

simply Tab_Main=2

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 11/11/2017 à 7:36 PM, Andrea VENTURA a écrit :
Hello,
I have a tab control (TAB_MAIN) with 3 tabs.

When the user write some data on first tab and clicks on a button a
function starts. I want insert a command to change the displayed tab
when the fucntion ends. So the user can pass to the following tab.

Is there someting like display(TAB_MAIN[2])? I want to avoid user click.
I searched in the online help, but I don't find nothing similar.

Thanks
Miembro registrado
4 mensajes
Publicado el 12,noviembre 2017 - 22:56
Very easy! :D
Thanks Fabrice!