Page 1 of 1

Trigger functions in Intraweb

Posted: Thu Dec 27, 2018 3:12 pm
by thiagorod
Hello,

Does this component work with Intraweb (RAD Studio XE8) ?

Is it possible to trigger an internal C++ function or just external programs?

Regards,

Posted: Fri Dec 28, 2018 3:39 am
by isiticov
Hello,

This component is designed to manage Windows tasks in Task Scheduler. So it is not possible to trigger internal functionality EXCEPT you just schedule a task for your application with special command-line and when executed with this command-line your application will activate the needed functions.

Posted: Sat Dec 29, 2018 11:40 pm
by thiagorod
Hello,

Thanks for the reply. I understand.. I could create a separate executable for my function only and call it... but I would prefer to have it done internally, without external calls... anyway, I´ll figure something out.

Regards,