Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Executing an agent when Enter key is pressend in a field

Status
Not open for further replies.

saecsens

Programmer
Aug 5, 2003
21
CA
Is it possible to have an agent being executed when the user press the "Enter" key while in a certain field ? I have to specify that we are in native Notes (not it's Web form)
 
I would suggest using the onChange event of that field, and writing a short Java code that calls the agent.

Pascal.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top