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
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