How to process a panel with out "enter key"
message=' enter the input'
ADDRESS ISPEXEC "DISPLAY PANEL(panel1)"
--------input validation-------------
--------------------
message= ' processing ...'
ADDRESS ISPEXEC "DISPLAY PANEL(panel1)"
-----------main process----------------
-----------
this is woking fine when the user press enter key twice. but my flow shoud be when the user give the input, and give a single enter then processing messing should be send and start the main process