dbTalk Databases Forums  

Win Fax Printing

comp.databases.paradox comp.databases.paradox


Discuss Win Fax Printing in the comp.databases.paradox forum.



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

Default Win Fax Printing - 01-09-2006 , 11:56 PM






Hi All, Firstly I am a novice and greatly appreciate all information
provided in this group. I have managed to solve most of my problems by
searching within the group.

My current problem is that I wish to print a report and fax it using
the internal winfax printer selected by the user. The problem is that
the 1st 1/3rd of the fax is ledgible and then it deteriorates into
garbage. If we then cancel the print and reprint everything is OK. This
is very frustrating to my users, and ideas?

Regards

Bill


Reply With Quote
  #2  
Old   
Anders Jonsson
 
Posts: n/a

Default Re: Win Fax Printing - 01-10-2006 , 01:20 PM






What version of Paradox?

Could you show the code you use to print?

Anders




Reply With Quote
  #3  
Old   
Spidge
 
Posts: n/a

Default Re: Win Fax Printing - 01-10-2006 , 05:17 PM



Sorry I should have given more info

Version 9.
Windows XP Pro Upg 2

We also have the same problem printing to the fax of our MFP HP3330
using its direct faxing software


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

Default Re: Win Fax Printing - 01-10-2006 , 05:20 PM



Version 9
Windows XP Pro 2

Code is basic print code

;//
;//Set Report Print Info
rpiHandle.name = ":Forms:Purchase Order.rsl"
rpiHandle.panelOptions = PrintClipToWidth
rpiHandle.orient = prnportrait
;//
strReportName = ":Forms:Purchase Order.rsl"

;// Run the report to get a preview of it
;//
if NOT rHandle.open(strReportName) then
msgStop("Error opening " + strReportName, "Please make sure the
report exists and try again.")
endIf


Reply With Quote
  #5  
Old   
Anders Jonsson
 
Posts: n/a

Default Re: Win Fax Printing - 01-11-2006 , 10:41 AM



Quote:
Version 9
Windows XP Pro 2
I don't have 9.

Quote:
Code is basic print code
I don't see any print command or any selection of Win Fax as the printer.
Then I assume you let the user open up the default print dialong and there
select the Win Fax printer. In P10 (which I use) this can sometimes cause a
problem for me (both for faxes and PDF) with garbeled output etc.

My solution has been to set the "printer" in code before I print the report
and not let the default print dialog appear.

No idea if that could help in your case though.

Anders




Reply With Quote
  #6  
Old   
Mark Weingarth
 
Posts: n/a

Default Re: Win Fax Printing - 01-12-2006 , 05:51 PM



Hi,

Quote:
garbage. If we then cancel the print and reprint everything is OK. This
is very frustrating to my users, and ideas?
I don't know if this may help at all but thius is what I get when I print to
Winfax interactively with Pdox10. It works fine though if I use the
Winfax(Photo Quality) print output. Not sure how you could do this in your
code, you may just need to tell the users to always select this option.

Mark




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.