[Solved] Tabbing between form elements

Creating and using forms
Post Reply
tcrabb
Posts: 24
Joined: Mon Apr 28, 2008 4:58 pm

[Solved] Tabbing between form elements

Post by tcrabb »

Tabbing behaviour seems a bit strange.

I have a table and below it I have text fields, combos, date fields and a check box below it on the same form - if you place the cursor in the text box and try to tab it will bypass the combos and the check box but jump to the date fields ok before jumping the cursor up into the top table.

If you place the cursor back at the combo it will tab through the combos but missthe normal text boxes and date fields before jumping into the check box.

Is there a work around for this?

I would like users to be able to tab through form elements as the lie on the page as you would expect for example when tabbing within a web page.

Any suggestions welcome.
Last edited by Hagar Delest on Tue Jun 10, 2008 2:49 pm, edited 2 times in total.
Reason: tagged the thread as Solved.
User avatar
r4zoli
Volunteer
Posts: 2882
Joined: Mon Nov 19, 2007 8:23 pm
Location: Budapest, Hungary

Re: Tabbing between form elements

Post by r4zoli »

First you check all elements where not stops, on Properties, General tab,Tabstop, Yes.
You can change tab order use Form Design Toolbar, open Form Navigator, right click on Main Form, select Tab Order..., it will list all elements what you can use for input.
AOO 4.0 and LibO 4 on Win 8
Hungarian forum co-admin
tcrabb
Posts: 24
Joined: Mon Apr 28, 2008 4:58 pm

Re: Tabbing between form elements

Post by tcrabb »

Thanks r4zoli - that worked perfectly.

I'm learning something new every day.
Post Reply