Method to prevent "Do you want to save" message?
Hi. I'm wondering if there is a way I can prevent the "Do you want to save..." message when a table is closed? That is, this message:Why? Because I want to allow the user to make changes to the table, but I want to force them to save as a csv because we have other apps that require csv format. To do this, I'm adding an " << On Close" script: Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Bi
...