SSTAB, QUAL JANELA ESTA ATIVA
Boa tarde a todos!
Tenho um formulario com um SSTAB com 6 janelas.
Tenho uma rotima para cada janela, so que preciso saber qual janela esta ativa. EX:
if tab(0) = ativa then
rotina 1
elseif Tab(1) = ativo then
rotina 2
...
end if
Tenho um formulario com um SSTAB com 6 janelas.
Tenho uma rotima para cada janela, so que preciso saber qual janela esta ativa. EX:
if tab(0) = ativa then
rotina 1
elseif Tab(1) = ativo then
rotina 2
...
end if
tenta assim
If SSTab1.Tab = 0 Then
MsgBox "hehe"
Elseif SSTab1.Tab = 1 Then
MsgBox "hehe"
End If
Valeu, sinkertec, exatamente isso que precisava.
[S28][S67]
[S28][S67]
Tópico encerrado , respostas não são mais permitidas