Button Boxes - Steps into different .jsl
// First Option [Of course the doSomethingElse is accomplished by an Include(C:\doSomethingElse.jsl)
win = New Window( "DataBase",
// <<Modal,
<<ReturnResult, // ensures that you get the same result as with Dialog
V List Box(
V List Box(
Text Box( "Database" ),
Line Up Box(
NCol( 1 ),
Panel Box(" Lot Number ", LotListBox ), // pull in list of lots from database
Panel Box( "Te...