I am using the MSHFlexiGrid to generate reports in my project. I have set the DataMember property of the MSHFlexigrid to an SQL Command written in the Data Environment.On the click of a button the report is viewed on the Screen. The report works fine. In this i have written a select statement which shows all the fields from the table.
However, when i want the report to be generated based on a particular date range, i would require to change the SQL statement to a stored procedure.But even if i do so, I do not know how to call it from the front end.
I require that on the click of the button the stored procedure in the Data Environment should pick up the values which would be selected by the User on the Screen.
Kindly help.
Urgent.
However, when i want the report to be generated based on a particular date range, i would require to change the SQL statement to a stored procedure.But even if i do so, I do not know how to call it from the front end.
I require that on the click of the button the stored procedure in the Data Environment should pick up the values which would be selected by the User on the Screen.
Kindly help.
Urgent.