SSTAB, QUAL JANELA ESTA ATIVA

HELIO.COSTA 22/08/2007 14:11:36
#232059
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


USUARIO.EXCLUIDOS 22/08/2007 14:21:16
#232061
Resposta escolhida


tenta assim

If SSTab1.Tab = 0 Then
MsgBox "hehe"
Elseif SSTab1.Tab = 1 Then
MsgBox "hehe"
End If


HELIO.COSTA 22/08/2007 14:36:34
#232066
Valeu, sinkertec, exatamente isso que precisava.

[S28][S67]
Tópico encerrado , respostas não são mais permitidas