Call external program
Dear all,
I need to first run a report and then call an external program - can I call the external program from within the report?
I read about the URL property of MemoView, but can't run .bat and also can't pass parameters to the .exe called, correct?
Any help appreciated!
Thank you
Marty
I need to first run a report and then call an external program - can I call the external program from within the report?
I read about the URL property of MemoView, but can't run .bat and also can't pass parameters to the .exe called, correct?
Any help appreciated!
Thank you
Marty
Comments
I found this http://www.fast-report.com/en/documentatio...he%20report.htm
but don't quite understand...
// necessary logic
with your code in function TForm1.MyFunc(s: String ; i: Integer): Boolean;
I prefer this way but with TfrxReport.OnUserFunction is a litle easy.
Your big problem is that you do not work into an application development environment like Delphi. You do not have accesses to TfrxReport and custom functions....