Click a formula button when the user hits the Enter key.

Create a hotspot button, formula, javascript, etc... and assign it a ID value (i.e. "ContinueBtn"). Then add the code below to the onKeyPress form event to trap the keystroke.
JavaScript • Lotus Formula • Lotus Notes Form


if(event.keyCode==13) {
	ContinueBtn.click(); 
}

Images/Screenshots:

Posted by fbrefere001 on Friday May 7, 2004