I'll just describe what I want to do:
I have a server with a fax software (Tobit Faxware, if that matters - it's a german company).
This software installs a special printer on every machine, and I can send a fax by printing something to this printer.
I can pass the recipient's fax number by putting the following text somewhere in the report:
Code: Select all
@@NUMMER +49123456@@
When I print this from other software, like MS Word or MS Access, the server recognizes the special command in the report, sends the report to this fax number and deletes the command from the report before faxing.
Now my problem is: when I try this with a Stimulsoft Report, the server doesn't recognize the command.
The report just gets printed to the fax server (including the command text) and the fax server asks for the recipient's number because it couldn't find the one in the report.
Of course, you can do nothing about issues with 3rd party software, but maybe you can help me understand what happens here.
I suppose that Stimulsoft renders the reports in a different way than Word and Access send their documents to the printer.
Maybe Word and Access send text to the printer (so the fax server can recognize the commands), so what do your reports do?
Do you render text as images?
That would explain why the fax server doesn't recognize the commands.
If yes, is there any possibility to send a Stimulsoft Report to the printer, with all text fields REALLY as text?
Thank you!