Expand my Community achievements bar.

triggering events from other fields

Avatar

Former Community Member
How would I execute an "exit" event in a field from a button after it's "click" event is executed.
1 Reply

Avatar

Level 5
Syntax to execute any event form other location (or event) would be similor to the following...<br />ObjectsomExpression.execEvent("<event>")<br /><br />ex: form1.TextFeld1.execEvent("exit")<br /><br />Good luck,<br />SekharN,<br />www.lawson.com