I have a window with a Tab Control on it. On one tabpage I have more than
one controls, like 2 datawindows, 3 buttons and a groupbox.
I'd like to know if there is anyway to check the existing tab order between
these controls and change it.
Thanks
Stelios
"Stelios Stylianou" <stel...@synthesis.com.cy> wrote in message
news:40bc7fba$1@forums-2-dub...
Example:
Window.Tab_Control.Tab_Page.Datawindow1.TabOrder
Window.Tab_Control.Tab_Page.Datawindow2.TabOrder
Window.Tab_Control.Tab_Page.Button1.TabOrder
Window.Tab_Control.Tab_Page.Button2.TabOrder
Window.Tab_Control.Tab_Page.Button3.TabOrder
Window.Tab_Control.Tab_Page.GroupBox.TabOrder
Yoiucan create a function to manipulate this property for each control on the
tab page.
I hop ethisd helps.
Jim
On 1 Jun 2004 06:07:13 -0700,
in sybase.public.powerbuilder.general
Jim Smith
jrsmithATduqlightDOTcom
"Stelios Stylianou" <stel...@synthesis.com.cy> wrote in message
news:40bc7fba$1@forums-2-dub...