| Author |
Generating reports usin html
|
shekarasankaran
Greenhorn
Joined: Nov 12, 2001
Posts: 18
|
|
Can i generate a formatted report with grids and all in using html.if yes how else if there are any report generator tools for web pls let me know.I want to create a reeport which can be directly printed from the browser. Thnx Rohit
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Where is this data coming from to create the reports?? from a data base or user input?? If user input, you can use javascript, but if it is a data base you are going to have to use a server side language to perform this task.
|
 |
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 4095
|
|
sshekar, I hate to say this but, your name does not comply with the Javaranch naming guidelines which can be found at http://www.javaranch.com/name.jsp please register again with a valid name.
|
SCJP
|
 |
shekarasankaran
Greenhorn
Joined: Nov 12, 2001
Posts: 18
|
|
Originally posted by sshekar: Can i generate a formatted report with grids and all in using html.if yes how else if there are any report generator tools for web pls let me know.I want to create a report which can be directly printed from the browser. i have the data which has come from the database on the clients browser , now i want to allow the user to print it with proper formatting along with grids .i am able to print it using window.print(), but it prints only the text without the grids Thnx Rohit 
|
 |
 |
|
|
subject: Generating reports usin html
|
|
|