Lotus Notes FAQ Visit Our Sponsor!


How do you show the search bar automatically in a specific view?


In that view's PostOpen event, set the code type to @formula and use this:

    @Command([ViewShowSearchBar]; "1")

This will put the focus on the search bar. If you want to put it on the view, add this line afterwards:

    @Command( [OpenView]; "NameOfThisView" )

Applies to Notes Versions: 6; 6.5; 7
Last Modified: February 1, 2005
Home

*
Notes R3 *Notes R4 *Notes/Domino 4.5 *Notes/Domino 4.6 *Notes/Domino R5

*Notes/Domino 6 *Notes/Domino 6.5 *Notes/Domino 7