Printing / Print Preview of a GridView being cut off in 1 of x pages to print
I'm creating a very simple GridView display of all records in a report. There are hundreds of records, thus it results in a print out or print preview of multiple pages. If I go to Print the report or even look at it in Print Preview, I'm told 1 of 10 pages and of course I can view them - no problem here!The problem is in the vertical spacing. The report or Print Preview / Print option is not intelligent enough to recognize if the last record on the page has enough vertical space to print cleanly as the last record on a page in the report. Thus, sometime...
Composite DatawindowI have a system for printing reports using a composite report. The
composite report has a header, 1 -embedded report, and a footer. The
user chooses which datawindow to embedded. Some of the embedded
datawindows are printing large amounts of text that spans several
pages. About half the time, the last line of text printed is cropped
and the part cropped appears on the next page.
I am running NT4 with PB6.5. I have tried
a. making the embedded report the exact size of one line of print.
b. sizing the detail area very small.
c. Different font families. Arial seemed the worst, T...
Datawindow PrintI cant' choose the page range in PrintDialog-Box. I use the standard
pfc-Library with dw.print(true,true).
System: Powerbuilder 10 Version 5032, pfc-Application.
Can anyone help me.
Thanks.
Does the print dialog come up at all?
Regards,
John
Team Sybase
--
,�
"Zeller Manfred" <manfred.zeller@ziag.ch> wrote in message
news:415dc07b@forums-1-dub...
> I cant' choose the page range in PrintDialog-Box. I use the standard
> pfc-Library with dw.print(true,true).
>
> System: Powerbuilder 10 Version 5032, pfc-Application.
>
>...
I have a Canon MP980 printer. Everytime I print from an internet page or do a print preview, I can only do this once. When I press print or print preview a second time, Firefox instantly crashes.Name: Tom Holleman
Email: hollemanenglandatyahoodotcom
Product: Firefox
Summary: I have a Canon MP980 printer. Everytime I print from an internet page or do a print preview, I can only do this once. When I press print or print preview a second time, Firefox instantly crashes.
Comments:
The summary says it all. This did not occur with my HP printer.
Browser Details: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 GTB5
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to this feedb...
How can I cancel printing the rest of the page body?I don't want print page number, page header and page footer. Only page body
I want to print only page body with javascript code ( window.print(); ) and I don't want print page number, page header and page footer.
How can I cancel printing the rest of the page body?
Thanks
You can't. Those items are decided upon by how the user chooses to set their browser up. You have no access to their browser settings, and certainly can't change them. Regards Mike [MVP - ASP/ASP.NET]My site
The best way around this is to open a another page with zero height and width which has all the data of the page you wish to print but without the header and f...
I will print two datawindow in one page,and I use child datawindow.One master datawindow (dw_master)with two child datawindow(dc1 and dc2)dw_master("dw_dc1",dc1)
dw_master("dw_dc2",dc2)
dc1 has a argument (arg1)
dc2 has a argument (arg2)
Arg1 and Arg2 are send by one column of dw_master.
When I use retrieve() function,the datawindow can display normal,but when I
print preview or use Zoom or printsetup() ,the childdatawindow dc2 can't
display but dc1 normal!
Why??
Thanks for your help!
I'm having trouble understanding your question. Is this a composite or nested
datawindow?
On Mon, 6 May 2002 22:49:23 +0800,
in powersoft.public.powerbuilder.datawindow
spark <fenfei79@hot...
dw.modify/dw.print-print half line on page one, the other half on page two.Please help!
I am using PowerBuilder 5. I create a report where after retrieving data
from an external source, I use dw_1.modify to add lines of text to the
report at runtime. I call dw_1.print to print. When the report is printed,
if the report is two pages long, the text that I use dw_1.modify to write
show half a line on page one and the other half on page two.
Dear Julie:
It sounds to me that your line is wider than your margins. Check your page
size and margins and make sure that you do not go beyond the margin with
any lines on a page or the excess line length will b...
can you print two datawindows on the same page?I have a header information datawindow and then detail infomation
datawindow. Is there a way to print both datawindows on the same page. There
seems to be a page break on the end of a datawindow an start the next dw on
the next page.
You can make it a composite datawindow or if it is displaying header/detail
information , you can nest the detail datawindow within your header dw .
Hemlata
Steve Strong wrote in message ...
>I have a header information datawindow and then detail infomation
>datawindow. Is there a way to print both datawindows on the same page.
There
>...
superreview granted: [Bug 253730] unable to display number of pages printing from chrome : [Attachment 155696] Checks if doing a print or a print preview returns the appropriate number of pagesRobert O'Callahan <roc@ocallahan.org> has granted Robert O'Callahan
<roc@ocallahan.org>'s request for superreview:
Bug 253730: unable to display number of pages printing from chrome
http://bugzilla.mozilla.org/show_bug.cgi?id=253730
Attachment 155696: Checks if doing a print or a print preview returns the
appropriate number of pages
http://bugzilla.mozilla.org/attachment.cgi?id=155696&action=edit
------- Additional Comments from Robert O'Callahan <roc@ocallahan.org>
+ } else
+ if (NS_FAILED
This should be on one line, "else if"....
Blank page between pages in preview mode but no blank page when print outDear all,
I hit a problem that some of the cliend PC will have blank page between
every pages in preview mode but no blank page when print out for one same
report, and the blank page will have the same page number as the page
before it and it is not a horizontal page, and I am running PB7 PBD on NT
Workstation
Is it a known bug or there are some work around ?
Thanks in advance
Regards
Bill
Increase the height of DW to be same as the place of page break
<Bill> wrote in message
news:ABDE31067EA021EF000E398D85256D08.000E39C185256D08@webforums...
> Dear all,
&...
How can I print two datawindows in one page?Hello everyone,
I have two datawindows, I want to print them in one page, how can do?
thanks.
Put them into a composite datawindow and print that.
--
All views expressed in this message are my own and not necessarily those of
my employer
"David" <todavidcn@hotmail.com> wrote in message
news:xcghDma8BHA.141@forums.sybase.com...
> Hello everyone,
>
> I have two datawindows, I want to print them in one page, how can do?
>
> thanks.
>
>
use print function, print the reports in one same print job.
e.g
long ll_job
...
Can I customize Print, print preview and page setup by coding by myselt ?
I want to print and print prewiew page my coding in asp.net. Can I do ?
Those are functions of the browser, not of the server application you are writing. Unfortunately, the answer is no. You do not have any programattic control over the print preview or page setup. The best you can do is ensure that the format of your page is printer friendly or you provide a page that is print friendly. Then you can invoke the print dialog box with javascript. You have no control over what the user does with the dialog. They can, of course, cancel the print dialog and ...
Print some DataWindows on page.I have some DataWindows. In that every DataWindow is retrived one row at
once. Size of the every DataWindow is less than half of page.
The two DataWindows and a part of third had been printed, when i tried
create "Composite DataWindow" for these DataWindows.
But I want to print on one page two DataWindows.
Has anyone heard or has some experience in this problem?
Thanks in advance.
--
Andrey Leskovoy
http://www.fuib.com/
Try "Nested report" option of DataWindow painter.
Nirav.
Andrey Leskovoy wrote:
> I have some DataWindows. In that every...
Print some DataWindows on page.I have some DataWindows. In that every DataWindow is retrived one row at
once. Size of the every DataWindow is less than half of page.
The two DataWindows and a part of third had been printed, when i tried
create "Composite DataWindow" for these DataWindows.
But I want to print on one page two DataWindows.
Has anyone heard or has some experience in this problem?
Thanks in advance.
--
Andrey Leskovoy
http://www.fuib.com/
Try "Nested report" option of DataWindow painter.
Nirav.
Andrey Leskovoy wrote:
> I have some DataWindows. In that every...