Down Arrow Key Not Working On Split Form

JamesJoey

Registered User.
Local time
Today, 16:59
Joined
Dec 6, 2010
Messages
642
When I select a row on a split form I would like the up and down arrow keys to move to the previous and next record. However this isn't happening.

When I select a row and press the down arrow nothing happens.

I have the navigation buttons set to no because of the issues I'm having with them.

Any ideas how to get the up/down arrow keys to work on a split form??

James
 
Is the form's property "Cycle" set to "All Records"?
 
Is the form's property "Cycle" set to "All Records"?

Testing (in v2007) shows that this doesn't matter, if the Focus is in the Datasheet portion of the Split Form, only if Focus is in the Single View portion.

In the Datasheet portion, the keys should move you from Record-to-Record, unless you've got custom code changing their default behavior.

Linq ;0)>
 
Testing (in v2007) shows that this doesn't matter, if the Focus is in the Datasheet portion of the Split Form, only if Focus is in the Single View portion.
Exactly - only if focus is in the single view portion.
 

Users who are viewing this thread

Back
Top Bottom