hi all,
im new to this forum, i need some help
i m dealing with c# and crystal reports
Outline: i have 20+ reports in which i have to generate dynamically depending on user generation.
Depending on the user selects the report, the report options will change,for example if user select report1, then he will get some report options ( like 2 combobox - city and state and one textbox option-Name)
If user select report 2 , then he will get other set of options(like 3 combos-country,county,zip and one textbox-date etc).I wrote individual dynamic sql query for each report,what my problem is i have to write single dynamic sql query method(BuildSql()), so when ever user click either report 1 or report 2 ,it should execute BuildSql(), method and display results.
I hope i make it clear for u guys
Thanks in advance
im new to this forum, i need some help
i m dealing with c# and crystal reports
Outline: i have 20+ reports in which i have to generate dynamically depending on user generation.
Depending on the user selects the report, the report options will change,for example if user select report1, then he will get some report options ( like 2 combobox - city and state and one textbox option-Name)
If user select report 2 , then he will get other set of options(like 3 combos-country,county,zip and one textbox-date etc).I wrote individual dynamic sql query for each report,what my problem is i have to write single dynamic sql query method(BuildSql()), so when ever user click either report 1 or report 2 ,it should execute BuildSql(), method and display results.
I hope i make it clear for u guys
Thanks in advance