selecting next/previous record in Table view

Hi,

I have a form in Table view showing multiple records. When a certain record is selected and I press the Arrow Up/down key, only one time does the focus go to the previous or next record.

Pressing the Arrow Up/Down keys after the first time results in no change, untill I select another record with my mouse. Then the Arrow Up/down keys have effect one time again.

In listview, the Arrow Up/down keys do work untill you reach the start/end of the record set.

Should this work?

Paul

PS: I experience the same thing in portals…

Some extra info: It seems to work fine if the form is shown directly, but in my case I have this form in table view in a TaqbPanel, in a SplitPane, which is in a SplitPane with is on a form…

Paul

Alt-Down,Up should always work.
The focus is transfered to something when changing a record selection so the table/listview doesn’t have to focus.

will look if we can improve this a bit better. For now use the ALT-X versions

Alt Up/down also doesn’t work in these cases…

Paul

And some more details:

It does work if the column that has focus is NON editable. It only doesn’t works if the column is editable. Then Arrow Up/down AND alt Up/down have only effect on the first press. After that, nothing. Pressing Aly Up/Down results in many system beeps.

Paul

When using a List (HTML labels) in Tabpanel have found that the Alt+Arrow only needs to be used once to start the sequence - after that the arrow keys work without needing Alt until you click on the main Form and change focus away from the list.

GrahamG

it seems to me that ALT-arrow is eaten by youre system or something like that
do remember that alt-arrow combo only works on the MAIN form. So if you have a tabpanel with a tableview then it will not work for that one.