A2K with DelrinaFax Ver 9 code or sample.mdb needed 
Author Message
 A2K with DelrinaFax Ver 9 code or sample.mdb needed

I'D like to print directly to my server fax program wich is DelrinaFax Ver 9
if not possible any sugestion will be appreciate.


Mon, 06 Jan 2003 03:00:00 GMT  
 A2K with DelrinaFax Ver 9 code or sample.mdb needed
Hi,

A possible solution is to install Access on the PC with the fax-modem.

To send a fax from that PC, if the report is based on the default printer,
be sure the default printer is the fax.

To send a fax from another PC, write to a table on the PC with the fax, like

UseReport, UseFilter    ' Column names
"Invoice", "ClientID=3044"

and that's all. You PC with the fax just have to look at that table, from
time to time, to see if there is indeed a fax to send.

With that system, a stand alone version is all what is required (no need to
really share the fax-modem, since you don't, technically).

Delrina Fax, at least in its older version, supports DDE to specify the
phone number, so, you are not "prompted" to enter anything and the fax is
automatically send, without user intervention (have to check the log to see
if a fax was un-deliverable). Maybe newer version supports automation.

Hoping it may help,
Vanderghast, Access MVP


Quote:
> I'D like to print directly to my server fax program wich is DelrinaFax Ver
9
> if not possible any sugestion will be appreciate.



Tue, 07 Jan 2003 03:00:00 GMT  
 A2K with DelrinaFax Ver 9 code or sample.mdb needed
Thanks Micheal

I already used and worked with delrina fax ver 7 before Y2K issue.

Like you said it's was automatic and usefull, but imagine 10 users sharing
the same phone.
But Now with all new features from Ver 9 ( Network share and spool of unique
Modem on network ) it must be very interresting feature for all users .

Need resources codes to make it work.

Thanks again.
Andre Dion


Quote:
> Hi,

> A possible solution is to install Access on the PC with the fax-modem.

> To send a fax from that PC, if the report is based on the default printer,
> be sure the default printer is the fax.

> To send a fax from another PC, write to a table on the PC with the fax,
like

> UseReport, UseFilter    ' Column names
> "Invoice", "ClientID=3044"

> and that's all. You PC with the fax just have to look at that table, from
> time to time, to see if there is indeed a fax to send.

> With that system, a stand alone version is all what is required (no need
to
> really share the fax-modem, since you don't, technically).

> Delrina Fax, at least in its older version, supports DDE to specify the
> phone number, so, you are not "prompted" to enter anything and the fax is
> automatically send, without user intervention (have to check the log to
see
> if a fax was un-deliverable). Maybe newer version supports automation.

> Hoping it may help,
> Vanderghast, Access MVP



> > I'D like to print directly to my server fax program wich is DelrinaFax
Ver
> 9
> > if not possible any sugestion will be appreciate.



Tue, 07 Jan 2003 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. A2k: Controlling a back-end MDB from its FRONT-end MDB

2. VB3/4 + Access .MDB - Sample Code Sought

3. VB3/4 + Access .MDB - Sample Code Sought

4. Need comdlg32.dep ver 6.00.8169 and comctl32.dep ver 6.00.8022

5. Sample Code Needed to Compress a MS Access file from code in a VB 6 program

6. Need Crystal Reports Sample File - CRAZE.MDB -- Help

7. Need Crystal Reports Sample File - CRAZE.MDB -- Help

8. Trying to run mdb using A2K Runtime generates runtime error

9. Need sample code to import data from Excel

10. Help! need sample code

11. Sample Code Needed For Order\Stock D\Base

12. Need sample code for read public folder contact into access

 

 
Powered by phpBB® Forum Software