Search with $$ViewTemplate - This one worked!!!!

Author: Tripp W Black

Created: 08/26/1999 at 07:51 PM

 

Category:
Notes Developer Tips
Formulas, ViewTemplates

Put this code where you want the search bar to show up.

</Form><FORM METHOD="POST" ACTION="/web/personneltraining.nsf/Calendar?SearchView">
Search for the following word(s):<br><input name="Query" size = 25 VALUE="">
<input type="submit" value = "Search"></Form><Form>

Make sure you edit the action to point to the correct view.
Then set all the text to "pass thru html"
That's it!!!

(Only took me 3 hours to figure it out!)

previous page