The property is TABINDEX.  Returns the text version of the index of the tab, 
starting with '0' for the first tab.

SET VAR tIndex TEXT = NULL
GETPROPERTY tabControl TABINDEX 'tIndex'

SWITCH (.tIndex)
   CASE '0'
     BREAK
   CASE '1'
     BREAK
ENDSW

--
Larry


________________________________
From: Dennis McGrath <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Monday, November 14, 2011 3:56 PM
Subject: [RBASE-L] - Tab Set Control


 
Playing with the Tab Set control
What property will get the number or name of the  Active
tab?
 
Dennis McGrath
Software Developer
QMI Security Solutions
1661 Glenlake Ave
ItascaIL 60143
630-980-8461
[email protected]

Reply via email to