Preka
Programmer
- May 11, 2004
- 55
I've more or less gotten all of my faxing from access issues sorted out - this seems to be the last hurdle I need to overcome.
A little background to help clarify this question...
When we send a fax (which we do manually right now), it consists of several documents that we print out of access, all of which come out of seperate forms. In generic terms, one is a bill of lading, another is an instruction packet for the customer, and the third is a signature/release form.
We want to be able to fax these straight out of access using winfax.
Here is my problem: How do I get them all into a single fax?
Right now, I'm using DDE to send the recipient information to winfax. This is the only part I can DDE, since it more or less only sends information, and not the formatting (and the bill of lading, at least, has to look as it looks when printed).
Since the BOL is the really important part, that's all I've been playing with so far - so, it DDEpokes the recipient information, then prints the BOL to the fax driver - works fantastically.
If I try to print another form, however, even before the DDE code that transmits the fax, instead of adding it to the same fax, it will create a new one. Is there a way I can make it print all of these documents to the same fax message?
The only other alternative I can think of, and this is untested, would be to more or less recreate the forms appearance in winfax, and DDEpoke the information into the appropriate areas (not sure if this is possible).
Any thoughts?
A little background to help clarify this question...
When we send a fax (which we do manually right now), it consists of several documents that we print out of access, all of which come out of seperate forms. In generic terms, one is a bill of lading, another is an instruction packet for the customer, and the third is a signature/release form.
We want to be able to fax these straight out of access using winfax.
Here is my problem: How do I get them all into a single fax?
Right now, I'm using DDE to send the recipient information to winfax. This is the only part I can DDE, since it more or less only sends information, and not the formatting (and the bill of lading, at least, has to look as it looks when printed).
Since the BOL is the really important part, that's all I've been playing with so far - so, it DDEpokes the recipient information, then prints the BOL to the fax driver - works fantastically.
If I try to print another form, however, even before the DDE code that transmits the fax, instead of adding it to the same fax, it will create a new one. Is there a way I can make it print all of these documents to the same fax message?
The only other alternative I can think of, and this is untested, would be to more or less recreate the forms appearance in winfax, and DDEpoke the information into the appropriate areas (not sure if this is possible).
Any thoughts?