I have a form used to get user input about what to search for in a database.When people change a field, I would like to do a search and return how many results are found without submitting the document. Can this be done by triggering a Lotusscript agent and set a field value on the current document?
Or do i have to write a java applet for this?
Someone done something like this before?