No value in the datasource????
Posted: Fri Oct 31, 2008 1:51 am
Hi,,,
When my datasource doesn't return any value or set of particular column then i dont want to show the report and just want to show the pop up msg
How to do?????
actually when my datasource doesn't return anything then i am able to show msg but after clicking on OK button the report is shown with no value..
So i dont want to show the report and i want to return my application...How to do???
Plus for example when my datasource is returning value like column1 column2 column3 column4
and when no value present in the column3 and column4 then i want to show the pop msg....
basically i am using stored procedure and in the stored procedure i have made couple of joins for table and i am getting the value....
so like my employers address details i will get from different table but i may not get his work exp details from different table....
So at the moment i dont want to show the report and jus a pop up msg saying some msges....
Thanks... Hope i am clear....
When my datasource doesn't return any value or set of particular column then i dont want to show the report and just want to show the pop up msg
How to do?????
actually when my datasource doesn't return anything then i am able to show msg but after clicking on OK button the report is shown with no value..
So i dont want to show the report and i want to return my application...How to do???
Plus for example when my datasource is returning value like column1 column2 column3 column4
and when no value present in the column3 and column4 then i want to show the pop msg....
basically i am using stored procedure and in the stored procedure i have made couple of joins for table and i am getting the value....
so like my employers address details i will get from different table but i may not get his work exp details from different table....
So at the moment i dont want to show the report and jus a pop up msg saying some msges....
Thanks... Hope i am clear....