JSL create a Query dialog
hello.
my project is to create a Query dialog with JSL.
i would like to make a dialog box where i can put a certain number of Lots and put this values in a variable
so.. i found the option "COL SPAN BOX"... seems useful.....but work only if i put one lot Number.
here the rudimental script i builted:
test = New Window( "lots query",
<<Modal,
<<Return Result,
Table Box(
Col Span
...