Topic by Apolinar Valdez
My DLL currently executes a report, manipulates the information and saves it in a file in a directory on my computer, all this is done in the DataLoad event, when an incident is loaded, but it is executed every time an incident is loaded, What I need is to run once a day, for example at 9:00 am automatically.
Can this be done?
I'm doing it from C# in VB 2015
thank you very much for your help.