Click to See Complete Forum and Search --> : Passing parameter from form and generating report group wise


mat123
10-12-2000, 04:46 AM
I want to pass paramter from Forms to report ie if i Select Department from forms list box the report should run Group by Department wise

If i Select Location from forms list box the report should run Group by Location wise.

I want to confirm wheather it is possible to change the layout at runtime.If So Pl help me how to do this.

Regards
mat123

Dan
10-12-2000, 05:00 AM
Hi mat123,

you can change the layout at runtime when you use some dynamic sql statements. Have a look at the code generated by WebDB; htp.p('<CENTER> Hi mat123! </CENTER>') writes "Hi mat123" in then center of the HTML page, e.g. Write your own code and execute it at runtime in order to change the layout.
Dan

abc
10-12-2000, 10:40 AM
Hi Mat123.
what version of reports you are using.

Thanks
ABC