Skip to main content

Hi


When you enter text into a text box is there any way to force a rule to run when the enter key is pressed.  I have a search form where the user has to enter a name and then press a button to force the rule to run.  It would be good if you could run this rule on pressing enter instead of having another key to press. 


thanks
Paul

Don't think you can have what you want unless you write a custom control but an alternative would be to call the rule you want to execute when the text box is changed. But this only works when the textbox loses focus as in if the user click away or using the keyboard moves to another control or another part of the form. 


Reply