Hi Vladimir,
The new tool works as I had imagined.
However, I have a few suggestions / questions:
1. Are the Stimulsoft formats (MDC, MDZ, MDX) supported?
If not, then it would be good if that's going to be installed. Then hääte you the option to save the created documents relative to space in the database. In addition, the developers could easily create a watermark ("copy ") in the document without changing the source in the Database.
2. Such as report parameters can be passed to export?
Addendum:
I have tried the AIR application to implement in my project.
Unfortunately, works not so.
When I run the program using the cmd-shell, then start everything works fine.
Even if I write the program call in a batch file and call it work.
But only at operating system level.
Once I was in the PHP commands:
Code: Select all
$ CommandLine = "c = :/../ exportsfx.exe report_file .....";
$ exec_result = EXEC ("$ commandline");
$ exec_result = SYSTEM (...);
, use the PHP script will hang in appearance.
In the Task Manager is ExportsFX.exe visible as a process. I conclude the process in Task Manager, runs on the PHP script. Unfortunately, the output file is not created.
I write the commands in a batch file and call it to read the same thing happens.
I suspect that ExportsFX.exe waiting a screen output to make.
I've tried it all possible, maybe it is a solution if ExportsFX makes no screen editions. So as a command line tool works ...
Or maybe someone from Forum has a solution ..