Ask a Question related to ASP, Design and Development.
-
Jeremy #1
Changing Printer Settings using ASP
Hi, I have an asp page that is returning data from a database.
Sometimes this data is quite a few rows long. Problem is the customer
(blah) wants to be able to print this data and wants a header printed
on every page. I figured this one out using style sheets and a little
something like this (in case anyone wants to use this):
br.page {
page-break-before: always;
}
basically when I want a page break (when printing!) I put this in:
<br class=""page"" />
and everything turns out formatted all pretty. First problem is, this
only works in IE5.5 or better (Make everyone upgrade!). And if they
have netscape, opera, mozilla, etc. . they're screwed. This isn't a
big deal for me because I am dealing with about 20-30 customers all
with fairly new systems. ANYWAY, my main problem that I am having now
is that when I print on my computer, the formatting is all nice and
page breaks come at the right time and the margins on the left and
right are about .75" each (note, my margins defined by my style sheet
are, margin: 0% 1% 0% 1%;). But when I print on the other computers,
some print like mine and some the margins are like .25" and it totally
screws up my formatting! Is there any way to set a users margins,
etc. using ASP/VBScript/Style Sheets??? Also, is there a way to force
landscape rather than portrait when printing this page? THANK YOU
VERY MUCH!!!
-Jeremy
Jeremy Guest
-
Printer margin and orientation settings from ASP
Hi everybody, sorry for my English first of all. I've an ASP page (ASP 3.0) used on an intranet which fill up some particular Mail sheets... -
Changing JVM Settings in CFMX7
We have noticed that the User Home field under the JVM Details section of the Settings Summary is not showing the correct value. Do you know how do... -
Printer settings
Is there a way to create a custom default setting in the print menu? -
save printer settings
I'm a user of Photoshop Elements. Each time I start the program I have to set the "scale to fit media", select the printer, select the printer... -
saving printer settings
I'm using PS 7.0 on a P4 XP pro machine and printing images to a canon s9000: each time I re-start the system the system goes to an old default set... -
Aaron Bertrand - MVP #2
Re: Changing Printer Settings using ASP
> with fairly new systems. ANYWAY, my main problem that I am having now
Not using ASP. You might look at some client-side solutions, e.g. see> is that when I print on my computer, the formatting is all nice and
> page breaks come at the right time and the margins on the left and
> right are about .75" each (note, my margins defined by my style sheet
> are, margin: 0% 1% 0% 1%;). But when I print on the other computers,
> some print like mine and some the margins are like .25" and it totally
> screws up my formatting! Is there any way to set a users margins,
> etc. using ASP/VBScript/Style Sheets???
[url]http://www.aspfaq.com/2014[/url]
Aaron Bertrand - MVP Guest



Reply With Quote

