dbTalk Databases Forums  

More communications question- email

comp.databases.paradox comp.databases.paradox


Discuss More communications question- email in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Craig
 
Posts: n/a

Default More communications question- email - 03-13-2007 , 01:52 AM






We now have a system where a "fax" can be sent by a secure email server at
our hospital. I wrote software which prints letters to referring
physicians. Currently they are being printed and then manually faxed. I am
still having some difficulty with automating that because of issues with
WinFax Pro and its lack of support but Jean suggested ActiveFax which I will
explore.. Thanks Jean

Emailing within paradox seems easy.My question has to do with converting a
nicely formated report (using the paradox report generator) to either an
attachment which the recieving physician can read (assuming they don't have
paradox) or putting it in the body of the email message. I can easily send
an e-mail with the report as an rsl or rdl attachment. How can I convert it
and keep the nicely done formatting (I configured the report to have a nice
header to look like letterhead with the hospital logo etc..)

Thanks,

Craig



Reply With Quote
  #2  
Old   
Craig
 
Posts: n/a

Default Re: More communications question- email - 03-13-2007 , 02:20 AM






I forgot to add I tried using PublishTo. This was somewhat dissapointing.
When I used publishtoWord, the formating was such that it was all screwed
up. I tried pusblishtoRtf with parts of the report being left out. Any
suggestions?
Is there anyway I can completely copy the formatted report page to put into
the body of the email?

Craig



Reply With Quote
  #3  
Old   
Tom Krieg
 
Posts: n/a

Default Re: More communications question- email - 03-13-2007 , 03:03 AM



Craig,

I use pdf995. You can automate Paradox to print a pdf, and then use the
paradox mail type to attach the pdf to an email.

Craig wrote:
Quote:
We now have a system where a "fax" can be sent by a secure email server at
our hospital. I wrote software which prints letters to referring
physicians. Currently they are being printed and then manually faxed. I am
still having some difficulty with automating that because of issues with
WinFax Pro and its lack of support but Jean suggested ActiveFax which I will
explore.. Thanks Jean

Emailing within paradox seems easy.My question has to do with converting a
nicely formated report (using the paradox report generator) to either an
attachment which the recieving physician can read (assuming they don't have
paradox) or putting it in the body of the email message. I can easily send
an e-mail with the report as an rsl or rdl attachment. How can I convert it
and keep the nicely done formatting (I configured the report to have a nice
header to look like letterhead with the hospital logo etc..)

Thanks,

Craig



Reply With Quote
  #4  
Old   
Craig
 
Posts: n/a

Default Re: More communications question- email - 03-13-2007 , 06:43 AM



Tom,
Thanks for your reply. I just looked it up in the web. How do you print to
it? Do you print to a virtual printer and it converts the files?
Craig

"Tom Krieg" <user (AT) domaininvalid (DOT) com> wrote

Quote:
Craig,

I use pdf995. You can automate Paradox to print a pdf, and then use the
paradox mail type to attach the pdf to an email.



Reply With Quote
  #5  
Old   
Dennis Santoro
 
Posts: n/a

Default Re: More communications question- email - 03-13-2007 , 09:06 AM



Sending the rsl or rdl would be pointless unless they have pdox and the exact
tables the report was drawn from. Publish doesn't work well. You have two
choices. Easy one: use a pdf generator and attach pdf to mail. Harder one:
Generate the whole report as html and send it as an html e-mail.

Denn Santoro
President
Resource Development Associates
http://www.RDAWorldWide.Com
Offices in the United States and Germany
Providing solutions to health care, business, governments and non-profits since
1982



Reply With Quote
  #6  
Old   
Dennis Santoro
 
Posts: n/a

Default Re: More communications question- email - 03-13-2007 , 09:07 AM



yes, it becomes a printer on the machine you install it on. There are a few
tricks to learn if you want to autogenerate file names, place them in certain
locations etc. Lots of threads about it in the groups you can look up.

Denn Santoro
President
Resource Development Associates
http://www.RDAWorldWide.Com
Offices in the United States and Germany
Providing solutions to health care, business, governments and non-profits
since 1982



Reply With Quote
  #7  
Old   
Liz McGuire
 
Posts: n/a

Default Re: More communications question- email - 03-13-2007 , 10:10 AM



The first question to ask is what the "email faxer" supports. If you
send it an HTML email, will it fax the pretty HTML or will it fax plain
text? If you send it an email with an attachment (PDF), will it just
fax the text of the email, just the PDF or both?

Figure that out first, then determine how to send the faxer what it wants.

Liz


Craig wrote:
Quote:
We now have a system where a "fax" can be sent by a secure email server at
our hospital.
....
Emailing within paradox seems easy.My question has to do with converting a
nicely formated report (using the paradox report generator) to either an
attachment which the recieving physician can read (assuming they don't have
paradox) or putting it in the body of the email message.

Reply With Quote
  #8  
Old   
jonathan
 
Posts: n/a

Default Re: More communications question- email - 03-13-2007 , 01:45 PM



On Mar 13, 11:10 am, Liz McGuire <l... (AT) paradoxcommunity (DOT) com> wrote:
Quote:
The first question to ask is what the "email faxer" supports. If you
send it an HTML email, will it fax the pretty HTML or will it fax plain
text? If you send it an email with an attachment (PDF), will it just
fax the text of the email, just the PDF or both?

Figure that out first, then determine how to send the faxer what it wants.

Liz


Thanks Liz,
This software creates a PDF which can then be mailed as an attachment
or faxed.
Jean says he has been using it for a long time with a lot of success.
Craig

Quote:

Craig wrote:
We now have a system where a "fax" can be sent by a secure email server at
our hospital.
...
Emailing within paradox seems easy.My question has to do with converting a
nicely formated report (using the paradox report generator) to either an
attachment which the recieving physician can read (assuming they don't have
paradox) or putting it in the body of the email message.- Hide quoted text -

- Show quoted text -



Reply With Quote
  #9  
Old   
Tom Krieg
 
Posts: n/a

Default Re: More communications question- email - 03-13-2007 , 06:47 PM



Pdf995 sets up a virtual printer. You can print any document to that
printer and it will be generated as a pdf. I generate paradox reports as
pdfs in Opal by enumerating printers, looking for the pdf995 printer,
setting that as the current printer and then printing a report to it.
You'll need to have code to check whether the pdf generation has
finished, once it's finished you use the mail type to attach it to an email.

To automatically print to pdf995, you write various parameters to an ini
file using opal, before printing the report to the pdf printer. There
have been numerous posts on this, just search for pdf995.

TomK

Craig wrote:
Quote:
Tom,
Thanks for your reply. I just looked it up in the web. How do you print to
it? Do you print to a virtual printer and it converts the files?
Craig

"Tom Krieg" <user (AT) domaininvalid (DOT) com> wrote in message
news:45f668f4$1 (AT) pnews (DOT) thedbcommunity.com...
Craig,

I use pdf995. You can automate Paradox to print a pdf, and then use the
paradox mail type to attach the pdf to an email.



Reply With Quote
  #10  
Old   
OzPaul
 
Posts: n/a

Default Re: More communications question- email - 03-14-2007 , 07:30 PM




Quote:
Can this interface be progammed on the fly using OPAL code?

Hi Uwe, With pdfCreator you use the Printer Options to set up Auto
Save values which specify the name of the pdf document and the
directory where the document will be printed. I currently use the same
opal code to print to pdf, then mail the pdf attachment with MS
Outlook as I did with pdf995. I have just modified the opal code to
specify the new pdf printer and then look for a file with the new name
specifications to attach. BTW I had some problems with pdf995
occasionally printing blank documents, particularly if I had first
asked my HPLJ4 to print a hard copy using an opal coded print button.
I have not had this probelm with pdfCreator... As for any more control
issues, this is all I need to do so I have not pursued them any
further. Regards Paul.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.