Claus Pedersen
Member³
In a command window, when running a script containing an & sign, eg. &myInput, a dialog pops up: Enter value for myInput.
When running long scripts, the user can keep on working in other windows, e.g. the program window.
But the dialog box is not 'contained' inside the command window, but pops up in front of all other windows, taking focus. Adverse effects can occur, when the user inadvertedly types on and presses enter without noticing the dialog box. In this case the &myInput string is replaced by whatever text the user typed and this could result in potentially dangerous results (rows are inserted with wrong values, incorrect tables are maintained etc.)
Could it be please be fixed, so the dialog box is always contained inside the window where it may occur, so it will not affect other windows?
When running long scripts, the user can keep on working in other windows, e.g. the program window.
But the dialog box is not 'contained' inside the command window, but pops up in front of all other windows, taking focus. Adverse effects can occur, when the user inadvertedly types on and presses enter without noticing the dialog box. In this case the &myInput string is replaced by whatever text the user typed and this could result in potentially dangerous results (rows are inserted with wrong values, incorrect tables are maintained etc.)
Could it be please be fixed, so the dialog box is always contained inside the window where it may occur, so it will not affect other windows?