Hi all
I need to program a web report which has the following scenario.
There are a set of rows in a page with a checkbox associated with each of the rows.The user has the option of checking one or more of the checkboxes.He can as well invoke "check all" in that page.Now, I need to show all such checked records(with more information) in a crystal report.
Tillnow for all the web reports I have been using a string to pass all the parameter values (to append to the where clause)to the underlying VIEW of that report.I then do a Submit.
In the above case for evry row selected I need to capture 4 columns(parameters)that uniquely define each such row.
The Question is, How can I dynamically capture all such parameters to be passed to the (view)report?
I am totally lost on this requirement.Please Help.
Thanks
donv
I need to program a web report which has the following scenario.
There are a set of rows in a page with a checkbox associated with each of the rows.The user has the option of checking one or more of the checkboxes.He can as well invoke "check all" in that page.Now, I need to show all such checked records(with more information) in a crystal report.
Tillnow for all the web reports I have been using a string to pass all the parameter values (to append to the where clause)to the underlying VIEW of that report.I then do a Submit.
In the above case for evry row selected I need to capture 4 columns(parameters)that uniquely define each such row.
The Question is, How can I dynamically capture all such parameters to be passed to the (view)report?
I am totally lost on this requirement.Please Help.
Thanks
donv