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