Hi Ruslan
I would like to be able to Save the History Table via Button that will set the defined directory and filename
The following is my code script code
Objects.HistoryDBtable.filename = "D:/tablereport.txt";
Objects.HistoryDBtable.savereport = true;
infodialogbox("Save Data", "Save Success");
Is this possible? And, do we have return values whether success or not?
Thanks
Muhammad Ansari