Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Required In Printing

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
When I tried to Print the Report using the
File --> Print option in the report window.

I gets a message saying "Report Lay Out Setting Have been changed within the print Dialog. This will require each report page to be regenerated. This can take a long time for large reports. Would You like to continue ?"

And when Pressed the Yes Button, It starts repeatedly printing Page1 regardless of the pages selected printer locks into page 1 and continues to print each page offset by 3/8 inch to right side.

The above probelem happened to me when i Printed using a network printer(Novel network). I am using the novel client version of 4.83. I have downloaded installed the patch from the novel site

Note:: THE ABOVE PROBLEMS ARE NOT PRESENT WHEN i USE A LOCAL PRINTER
I am using Paradox 10.

Please Help..
Thanks in advance

var
handle to report name
rHandle Report
m menu
pop popupmenu
endVar

strReportName = "DailyFrm"
if rHandle.open(strReportName) then
pop.addText("&Print...", MenuEnabled, MenuFilePrint)
pop.addText("&Printer Setup...", MenuEnabled, MenuFilePrinterSetup)
pop.addText("&Close", MenuEnabled, MenuControlClose)
m.addPopUp("&File", pop)
rHandle.setMenu(m)
rhandle.maximize()
endIf
 
Is the network printer using Jet Direct? If so, I have had issues with older Jet Direct drivers and Paradox.

Mac :)

"Do not delve too deeply in the arts of your enemy and so become ensnared by them"

langley_mckelvy@cd4.co.harris.tx.us
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top