DCTABPAGE ACTIVE
Posted: Thu Oct 15, 2015 8:13 am
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
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