generic scripting of data table
I want to create a generic script to create a data table.
In the first part of the Script I have a list to select columns for creation of data table:
nw = New Window("Create data table",
<<Type("Modal Dialog"),
<<Return Result,
V List Box(
Spacer Box(size(0, 15)),
Text Box(
"Please select the limits to display in data table (multiple selection posssible): "
),
Spacer Box(size(0, 5)),...