Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Tab Order for Controls within a TabPage!

516 views
Skip to first unread message

Stelios Stylianou

unread,
Jun 1, 2004, 9:07:13 AM6/1/04
to
Hi,
I'm using PB703 Build 10213.

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


Bob Yoder

unread,
Jun 1, 2004, 9:55:34 AM6/1/04
to
Click someware on the tabpage you want to change. Right-Click on the
tabpage - not on a control. The pop-up menu gives you an option to look at
and adjust the tab-order just like a normal window.


"Stelios Stylianou" <stel...@synthesis.com.cy> wrote in message
news:40bc7fba$1@forums-2-dub...

Jim Smith

unread,
Jun 1, 2004, 10:00:31 AM6/1/04
to
Yes you can. Using dot notation, check the tabOrder property for each control.

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

Gaye Kruchten

unread,
Jun 1, 2004, 10:05:34 AM6/1/04
to
Use the menu option Format -- choose Tab Order.

"Stelios Stylianou" <stel...@synthesis.com.cy> wrote in message
news:40bc7fba$1@forums-2-dub...

0 new messages