DCTABPAGE ACTIVE

This forum is for eXpress++ general support.
Post Reply
Message
Author
JManuelVar
Posts: 5
Joined: Tue Apr 14, 2015 6:58 am

DCTABPAGE ACTIVE

#1 Post by JManuelVar »

Good afternoon.
I have a question as I can know which tab is active. I have set the tab as follows

@ 13,1 DCTABPAGE oTab1 SIZE 124, 13 CAPTION 'Datos Empresa'
@ 0,0 DCTABPAGE oTab2 RELATIVE oTab1 TABWIDTH 30 CAPTION 'Centros / Delegaciones'
@ 0,0 DCTABPAGE oTab3 RELATIVE oTab2 TABWIDTH 25 CAPTION 'Datos Generales'

How do I know that this Active Tab. I tested

if oTab2:Maximized()

Thank you

Post Reply