Close data table before stop() gives I/O problem
Hello, I'm receiving this errorI/O problem.
Unable to open in ReadWrite mode.
The system cannot find the file specified.Test.jmpWhen I run a script like this.dt = Open Database(
connection,
query,
"Test"
);
list = :aColumn << Get Stored Values;
selection = Expr(
window = New Window ("Selection",
<<Modal,
PanelBox("Selection",
rbox = RadioBox( list, value = rbox << Get Selected;),
...