Hi all,
I'm trying to modify MSRRAF.RDL(remittance advice fax) to generated an output file that I can suck into my faxing software.
The report file that is generated and sent to me via email is in the proper format (I have a little command program that will break it up into individual faxes already) but I can't get it to drop an output file that I can grab with the CMD.
In the "%FILE" section I can insert the code:
RFILE = MSTRAFA
RFILE = MSRRAFB
That creates and emails 2 identical reports to the requester. If then I try to insert the lines:
OFILE = MSTRAFA (replacing RFILE = MSTRAFA)
...
Then designate an output file:
%OUTPUT-FILE
A
The program will not compile.
I have no real experience with writing RDL and frankly I'm please I've gotten as far as I have with this. I feel like I'm really close. I just need a little help.
I'm trying to modify MSRRAF.RDL(remittance advice fax) to generated an output file that I can suck into my faxing software.
The report file that is generated and sent to me via email is in the proper format (I have a little command program that will break it up into individual faxes already) but I can't get it to drop an output file that I can grab with the CMD.
In the "%FILE" section I can insert the code:
RFILE = MSTRAFA
RFILE = MSRRAFB
That creates and emails 2 identical reports to the requester. If then I try to insert the lines:
OFILE = MSTRAFA (replacing RFILE = MSTRAFA)
...
Then designate an output file:
%OUTPUT-FILE
A
The program will not compile.
I have no real experience with writing RDL and frankly I'm please I've gotten as far as I have with this. I feel like I'm really close. I just need a little help.