Printing/printing Reports From The DB

Is there a way I can put a print button on my asp that will actually print the current Screen opened. My asp has an access backend.On my asp page can I have a button that can actually print a report from the Acesss Database.

View Replies


ADVERTISEMENT

Printing/printing Reports

Is there a way I can put a print button on my asp that will actually print the current Screen opened. My asp has an access backend.On my asp page can I have a button that can actually print a report from the Acesss Database.ie a button that will go the report section of access DB and print teh report that I want a way to get around with the appropriate codes will be appreciated as I am new to asp programming.

View Replies View Related

Printing Reports From ASP

how many ways to print reports from ASP? Is it good to make use of Ms Office for printing process? i find sometimes the excel or word is hanged up in server by using Office. if it is a big report, is there any problem when other users activates
another report.

View Replies View Related

ASP, Crystal Reports And Printing.

I am trying to run write a web page to run a crystal report using ASP with parameters from the user and then print it out with all the users seeing is the HTML page to enter the parameters but can't seem to get it to work.

I can get input from the users, log onto the DB with no errors but can't get it to print out. Code:

View Replies View Related

The FileSystemObject And Printing Reports

Currently, in ASP, I use the FileSystemObject to pull info from an Access DB table to create a MS Word document for the purpose of printing a report.

Naturally, one has to build a HTML <TABLE> in their web page with headings and afterwards, loop through the database table to create the data <tr> rows etc. Of course this part is invisible. It's clicking a link to the dynamically created doc that starts Word and pulls the report nicely formatted (somewhat).

Okay, my problem is this: How can I in either ASP or ASP.net, preferably ASP; 1) Preserve the column headings on each printed page, 2) Force Landscape orientation, and lastly, 3) Create page numbers along the bottom of each page? Is there anything within the FileSystemObject itself that will allow such parameters to be coded?

View Replies View Related

Printing

need to print a document like a invoice. Does it take client side only?

View Replies View Related

ASP Printing

I have written a report in ASP that comes up in .pdf format. It is exactly what I want except I can't control page breaking. The report lines roll over automatically thus I don't have a report title header. Is there a way in ASP to perform that task? I have also read about using .css for this, but can't seem to find a good example.

View Replies View Related

Printing In ASP

Is it possible to send a file directly to printer in ASP?
I have an ASP page display the list of files associated with the record with
hyperlinks to the files. I want to provide a link next to each file to allow
people to click the button and send the appriopriate file to the printer.
Is it possible to do this in ASP or ASP.Net?

View Replies View Related

Printing With ASP

Just wondering if it is possible to make an asp page shrink to fix all the data on a page?

View Replies View Related

Printing ... ?

I need to take the report of Ledger of all the customers. I want each customer Ledger to be printed on different page with same page headers and page footers. Only the the Name of the customer and his ledger information would be changed.

One cutomer's Ledger can go for more than one page, In that case it must print the data on the same number of pages and start the next customer page after this customer's ledger finishes.

Infact I am looking for complete reporting system as we can make in Crystal Reports with Classic Visual Studio or .net.Hope someone can help with dumy Sourcecode. Infact I need to know how I'll format in HTML. ASP and Database queries are easy to run.

View Replies View Related

Printing

I have big problem in printing.. I am getting 20 colums of information from my database.

in asp, the width of the page is long. The problem now iam facing is printing, its only printing those information which are visible and the rest on the right side of the browser is not printing..I really dont know what to do.

View Replies View Related

Printing

I have an asp page that displays a recordset from a table in paginated format with header values on each page from another table in the database. To print, one needs to click the print button and a new page properly formatted pops up and opens the print manager in windows.

One must do this for each page. If I have 300 pages that's a lot of work for the end-user.Attached is the code I'm using to print.Does anyone see how I could make it utomatically print ALL the pages, rather than one at a time?

View Replies View Related

Printing Using ASP

What I want to do is spit recordset variables from the database and place them on a page so they can be printed. The problem I am running into is that it cuts off part of
the printed page. Does anyone know of a way to clean produce a page to be printed even if there is multiple pages so that it does not cut off text?

View Replies View Related

Printing Through ASP

I'm in the middle of a project using ASP pages that access an Access database. I'd like to know how I can print a page without IE putting the Page X of X at the top and the address/ date at the bottom of the page.

View Replies View Related

PDF Printing

Could you anyone tell me how to print PDF from my ASP page.

View Replies View Related

Printing Problems

I am using a simple printer friendly page the opens up as
a new window. I use a DIV TAG called "printReady" in the section I want
to print (Printer friendly) then in a javascript function
I do this:

var printFriendly = document.getElementById("printReady")

var strHTML = printFriendly.innerHTML

I then open a new window with the Javascript and write the
HTML (mostly Text) to the new window.

var printWin = window.open("","printSpecial");
printWin.document.open();
printWin.document.write(html);
printWin.document.close();

This works fine, but if the page is to wide using
Landscape is fine, but in portrait mode it only prints one
page the cut off part is not printed on the second page.
Some times the page will print but the text is missing.
Only the table outlines print.

Any one experience this before or have any suggestions if
this can be overcome.

View Replies View Related

Printing Through Javascript

I have some code to print a web page through javascript. Does anyone know if I can set the Orientation to be Landscape through Javascript?

View Replies View Related

Printing Images

Does anyone knows how to print images to a pringter connected on the Web Server (IIS) Machine using ASP?

View Replies View Related

Printing Problem

i gave a print option for a html page. but that is printing the url which i doesnot want.
also is there a way that when user prints it should also display page numbers. How to get rid of the URL while printing.

View Replies View Related

ASP + Printing Error

I have a asp page that has a print button. After the page is printed it refreshes the page and give me an error saying that parameter @TRN_CODE has no default value.

What I don't understand is why I don't get that error the first time the page loads. It has no default value then either. It always get that parameter from the request.querystring.... anyone have any ideas? Code:

View Replies View Related

Prevent Printing

Is there a way to prevent the user from printing a page? I have a form that I would like to make it impossible or very difficult to print out.

View Replies View Related

Handle Printing

I am trying to create a popup page to print little cards to Avery labels. I can get the page to work out but it always prints the margins to far over so it doesn't fit in the cells. I was wondering if any one new any resources to give details on how to accomplish this or of another method?I have also tried creating a dynamic word doc but then the user could change the text values which wouldn't work.

View Replies View Related

Printing Scipt

IN Windows 98 below script was running fine
<SCRIPT ID=clientEventHandlersVB LANGUAGE=vbscript>
<!--
function button1_onclick()
Const ForReading = 1, ForWriting = 2, ForAppending = 8
Dim fso, f,a
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.OpenTextFile("c: estfile.txt", ForWriting, True)
f.Write txtout.value & vbcrlf
f.Close
Set a = fso.GetFile("c: estfile.txt")
a.Copy ("c:lpt1:")
'msgbox("helo")
end function
-->
</SCRIPT>

but after installing XP giving error ACTIVEX OBJECT CANT CREATE OBJECT.

View Replies View Related

Printing Html Via IE

I know this topic has been flagged to death in this forum and there is always a limited response, but here goes.

I wish to format a html page (which is to be printed) programmatically using asp/javascript/css....whatever. I particularly want to set page layout to landscape and suppress the header and footer crap that IE adds to each and every print out. Now i can basically get page layout to go to landscape by creating a css file and having the following code:

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

@page { size: landscape

</style>

However, no matter what i do i cant get rid of the header and footer IE puts on every page. There is a third party app from meadco scripting that permits users to do this but you have to install on each and every client that is going to be printing !! Which we dont want......so if they can do it, it must be able to be done !! But has anyone any inkling on how to do it?

View Replies View Related

Printing Data With ASP

I have an SQL statement which outputs the following data:

A: RS("SelectorName")
B: RS("SelectorQty")
C: RS("ShipQty")

For each record printed, I need to calculate (B * C), this is easy
enough.
I set up a variable as follows: TMW = RS("SelectorQty") * RS("ShipQty")

The page currently prints as follows:-

96 50
96 100
96 100
96 100

(96 = SelectorName, 50 & 100 = TMW)
<I want to print here : 96 = 350

97 12
97 18
97 53
97 67

<I want to print here : 97 = 150

..... and so on.

Can anyone help me do this ? or explain how to do this.

****** >>>>Eventually, I just need a page that prints out:
i.e. running through each Selector and printing the sum.

96 = 350
97 = 150

and so on ....... I just though I ought to explain in stages.

View Replies View Related

Printing Correctly To A4

I have been asked to produce a web form that can be completed with various customer and product details, populated where necessary/possible from a database. This form then needs to be printed as an A4 document.

I have never dealt with printing from ASP before, but I know that simply trying to print a page to an A4 document causes you to end up with numerous bits of paper, most with almost nothing on.

I also need to ensure that the URL and other details that are apparent if you directly print from a browser are not there.

View Replies View Related

Printing HTML Using ASP

I have submit button on my form. I want the ASP page to print the html page when the user click the button. or automatic printing in any way shape or form will be fine. Is that possible?

View Replies View Related

Printing In ASP Page

How would it be possible to print some output before the script is finished,
or a line at a time if possible with HTML specs?
This is because I'm running a LDAP query that takes some 30-60 seconds to
complete after which it prints out the info. I would need some status
printed out in the middle or before so that user knows that something ought
to be happening in the background
I've tried printing the info in between head-tags, but it didn't do the job

View Replies View Related

Printing A Certificate

I am working on a page in ASP where the user takes a quiz and if they score 80% or over they can print a certificate with their name on and some other info from the database.
I have to use a template for the certificate as it will be authentic and credited. (it could be in .doc or .pdf format or any other that you might suggest that can be formatted properly).
is there a way to do this is ASP/vbscript?

View Replies View Related

The Art Of Printing Columns

there are many ways to make this happend but what is the best way of printing sql records in non divided number of columns-say 5 columns? say you got 10,000 names and you want to print it in 5 columns, that is a poor drawing of 12 records in 5 columns:

1 2 3 4 5
6 7 8 9 10
11 12
...every one of this 12 is a name

printing a name + checking if is there some ditails reffered to this name in other table column...

View Replies View Related

Printing Issue

I have this code on the page which displays a image.

<a href="print.asp?id=<%=ID%>"><img src="/image/imglink.gif" border="0" /></a>

When a person clicks on the image it opens up print.asp
What i want to do is when a person clicks on the image i want to print the page print.asp
i tried window.print but its not working
can someone tell me what i am doing wrong

View Replies View Related

Word Printing

I'm printing out a page with word, created the word object on the server.

word=server.createobject("word.application")
.
.
word.printout

The problem I'm having is the printer, word.activeprinter is the default printer. What if the users default printer isn't installed on the server, what will activeprinter be?
I guess I need to install the users default printer on the server?

View Replies View Related

Printing HTML

I have an asp which page which generates an html page.When I print the page 2-3 lines go to the next page.If there a way in ASP/Java Script or VBScript to print the current page
which fits the whole of HTML to one page.
When I do simple file menu --> print option I don't get that option.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved