[RESOLVED] Export form into html
Hello Forum,
I have a form (bigger than the screen) a would like to print it.
To capture the screen does not work because you get what you see ==>
a part of the form is missing.
I created a html file but i don' t now how to implement it, because the application is calculating data and I would like to show the data in a table in the html file.
The number of rows is always different. I know how to add rows in the html code.
The problem is following.
The first part of the html file is always the same.
In the second part I have to add rows as needed.
How can I store the code for the first part in my application ?
How can I add the rquired rows?
I thought to store the code for the first part in a textfile in my project but I don't now how to get the pieces together.
After the User hit the print button the programm should read the textfile and replace some variables and after that the Iwould like to add rows as needed.
???????? :confused: