Palehorse
05-17-2006, 11:02 AM
Hello everyone,
I haven't posted here in some time and I just ran into a problem (sort of) and remembered how much help I got from this forum!!!
Let me start off by telling you how we currently handle this situation of mine and then I will tell you how we would like to and then hopefully somebody can tell me if it is possible and perhaps - how to get started on it.
Okie dokie - my users use this web application to sort of fill out things they need. At the end of the form they are filling out, there is a finish button and upon finish - the application goes out and gets all that data they just entered that is in the DB and then renders a page contructed of HTML and they can print it out. So, they hit finish and then a new window comes up with a nice printable version of all the stuff they entered - that way they have a paper copy of what they just typed in the app.
We do not want to do that anymore, for certain reasons. What we want to do is, get all that data from the DB and then render an IMAGE displaying the same form that it used to. Does that make sense? This form, currently, that prints out is contructed of html but we don't want to render an html page - we want to just use some sort of control to render an image, identical to what the form used to look like, then after that image pops up in a browser window - in the background - it saves that image to the DB -
I seen some cool ideas of this, sort of (I don't think they are doing exactly what I want to do), here: http://www.dundas.com/Products/Gauge/NET/Demos/index.aspx. The demo I was interested in was the one titled: Real-Time Binary Streaming Using Flash, SmartClient or Image. Please help me if you can guys - please please :D
Respectfully,
Scott
I haven't posted here in some time and I just ran into a problem (sort of) and remembered how much help I got from this forum!!!
Let me start off by telling you how we currently handle this situation of mine and then I will tell you how we would like to and then hopefully somebody can tell me if it is possible and perhaps - how to get started on it.
Okie dokie - my users use this web application to sort of fill out things they need. At the end of the form they are filling out, there is a finish button and upon finish - the application goes out and gets all that data they just entered that is in the DB and then renders a page contructed of HTML and they can print it out. So, they hit finish and then a new window comes up with a nice printable version of all the stuff they entered - that way they have a paper copy of what they just typed in the app.
We do not want to do that anymore, for certain reasons. What we want to do is, get all that data from the DB and then render an IMAGE displaying the same form that it used to. Does that make sense? This form, currently, that prints out is contructed of html but we don't want to render an html page - we want to just use some sort of control to render an image, identical to what the form used to look like, then after that image pops up in a browser window - in the background - it saves that image to the DB -
I seen some cool ideas of this, sort of (I don't think they are doing exactly what I want to do), here: http://www.dundas.com/Products/Gauge/NET/Demos/index.aspx. The demo I was interested in was the one titled: Real-Time Binary Streaming Using Flash, SmartClient or Image. Please help me if you can guys - please please :D
Respectfully,
Scott