Hello everyone,
Does anyone have any suggestions that will allow me to dynamically generate a report and print it on one page.
I tried using HTML to code, but the table sizes, and in turn layout changes based on the amount of data that is reported. Basically spuratic behavior.
I also used the word.application object, however when I generate the report on the client side, I do not have access to the server side data. Of course, I could POST it to the client however its sloppy posting thar much data. I also looked into some XMLHttp object that allows access to server data, however it looked more difficult to implement.
If I generate it server side, the word application opens on the server and with a handful of people doing this I don't think this is a valid idea either.
My boss doesn't want to spend money on any active com's, so I am limited to "freeware" and "open source". And these two words seem to be taboo in the ASP world. (I wish it was PHP).
Does anyone have any suggestions that will allow me to dynamically generate a report and print it on one page.
I tried using HTML to code, but the table sizes, and in turn layout changes based on the amount of data that is reported. Basically spuratic behavior.
I also used the word.application object, however when I generate the report on the client side, I do not have access to the server side data. Of course, I could POST it to the client however its sloppy posting thar much data. I also looked into some XMLHttp object that allows access to server data, however it looked more difficult to implement.
If I generate it server side, the word application opens on the server and with a handful of people doing this I don't think this is a valid idea either.
My boss doesn't want to spend money on any active com's, so I am limited to "freeware" and "open source". And these two words seem to be taboo in the ASP world. (I wish it was PHP).