472,344 Members | 1,261 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,344 software developers and data experts.

ASP and Avery Labels

hi all...
what is the easy way to have users print results from a query to avery
labels using a web app through internet explorer.
thoughts?
thanks

Nov 22 '06 #1
3 3621
>what is the easy way

Use an application that was designed to print labels. By that I mean, not a
web page.

Bob Lehmann

<mi*********@gmail.comwrote in message
news:11**********************@j44g2000cwa.googlegr oups.com...
hi all...
what is the easy way to have users print results from a query to avery
labels using a web app through internet explorer.
thoughts?
thanks

Nov 22 '06 #2
I would use something like ShotGraph. It let you make images from text.

this way you have complete control on the size in relation with the
size of the label

I used it on my page, users can make their stamp-layout
(http://www.4office.be/trodat.asp)


On 22 nov, 20:32, "mikeyats...@gmail.com" <mikeyats...@gmail.com>
wrote:
hi all...
what is the easy way to have users print results from a query to avery
labels using a web app through internet explorer.
thoughts?
thanks
Nov 22 '06 #3
mi*********@gmail.com wrote on 22 nov 2006 in
microsoft.public.inetserver.asp.general:
what is the easy way to have users print results from a query to avery
labels using a web app through internet explorer.
thoughts?
Yes, it can easily be done with a clientside table filled with a
serverside database output loop.

The css in my case, that does not use Avery, since that is not what we
use here in Europe, looks like this. I use seperate tables with identical
content for the screen and the printer table. Measurements are given in
mm [millimeter], and any good printerdriver will comply:

<style type="text/css" media="print">

body {
background-color:white;
font-size: 12pt;
margin:0;
margin-top:0;
}

table {
table-layout:fixed;
}

table.pagebreak
{
page-break-before:always;
}

table.nopagebreak
{
page-break-before:;
}

td {
font-size: 12pt;
width:33%;
height:37mm;
padding-left:8mm;
border-left:white dashed 1px;
border-bottom:white dashed 1px;
border-collapse: collapse;
}

..scherm {display:none;}

</style>
<style type="text/css" media="screen">

body {
background:#bbb;
font-size: 18pt;
text-align:center;
}

table {
background-color: #eee;
border-right:red dashed 1px;
margin:40px;
}

td {
font-size: 9pt;
text-align:left;
width:40mm;
height:27mm;
padding-left:8mm;
border-left:red dashed 1px;
border-bottom:red dashed 1px;
border-collapse: collapse;
}

..scherm {display:;}

</style>

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Nov 22 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Jay | last post by:
Hello all. We are running an ASP.NET app using MSSQL for the database. We would like to pull records from the database and place them into a...
2
by: rasta | last post by:
is there a solution that will help create avery std (e.g., 5160) labels in asp.net the result can be html/word doc or PDF. the only requirement...
3
by: Serious_Practitioner | last post by:
Hello, all - I would like to produce Avery labels, #5931, from a database I've built for a client. I can't seem to find this Avery number in the...
1
by: Steve | last post by:
Does a label report store the Avery# somewhere? I need to confirm what Avery label a report was designed for. I am near certain which one it is by...
1
by: dmalhotr2001 | last post by:
Hi, I have to print avery labels 5960 using a webpage? How do I accomplish this with asp.net? I know there is a way with word however I'm not...
2
by: pmclinn | last post by:
I have a printing task that is driving me crazy but I think I figured out a solution. My whole office is on office 2000 so I was thinking I could...
29
by: FredBear | last post by:
I am just coming to grips with php, Dreamweaver and MySQL and I want to make a facility available for the members of the group I am creating my web...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.