Enable button box after pressing enter at a Number edit box
I have the following window:What I am trying to do is to enable the 'Select data to import' button after pressing enter at the Number Edit window above.docId = "xxxxxx";
WidthDescripWin = 500;
init_value =31;
win = New Window("Landing page for study evaluation add-in",
<<On close(EndAddin()),
<< Padding( {Left( 10 ), Top( 10 ), Right( 10 ), Bottom( 10 )} ),
// Construction of landing page.
...