Welcome, Guest
Username: Password: Remember me

TOPIC: Save HistoryDB Table

Save HistoryDB Table 2 years 9 months ago #1511

  • arifcorp
  • arifcorp's Avatar
  • Offline
  • Senior Member
  • Posts: 46
  • Karma: 0
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
The administrator has disabled public write access.

Save HistoryDB Table 2 years 6 months ago #1602

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 826
  • Thank you received: 123
  • Karma: -107
Hello Muhammad,

Sorry for the very late answer. Something is broken in our forum and I didn't get notifications about your requests. Please use E-mail: Этот адрес электронной почты защищён от спам-ботов. У вас должен быть включен JavaScript для просмотра. for the urgent requests.
About your question. It's possible to save Excel report file by using script you providing. You can change filename by tag and call this script by changing tag's value. You don't have return value about success or not success this operation.

Best regards,
Ruslan
The administrator has disabled public write access.
Go to top