StrataFrame Forum

Browse Dialog Behavior

http://forum.strataframe.net/Topic12575.aspx

By Paul Chase - 11/8/2007

Trent or Ben ,

Currently when a user executes a search in a browse dialog the behavior is to set focus back to the last search field. My users like to have the focus set to the results so they can arrow up or down in the results.

Would it be possible to add a property SetFocusToResults or something like that have the default to false and execute your code  as it stands and if true set focus to list view?

Or make it possible to get into and navigate the results via keyboard, currently I can't find a way to get to the results without having to use the mouse. 

Thanks -- Paul 

Line 1647 ExecuteSearch method

'-- Set the focus to the last search field

If _LastFocusObject IsNot Nothing Then

_LastFocusObject.Focus()

End If

By StrataFrame Team - 11/8/2007

A valid request... I'm surprised that our Cynthia hasn't asked for this one Wink