hi,
Is there a way to find out how many records have been fetched by the crystal report after passing the selection formula.
Actually I want to show the report only if there is data. otherwise I want to display only a message stating "no data found".
I want to export the report only if there is data.
I want to do all this from ASP.
have a look at the following code....
<%
session("oRpt".recordselectionformula = SelectionFrmla
if ("there is data" then
'Export the report in excel.
else
response.write ("No data Found"
%>
thanking u in advance...
--Mukhben
Is there a way to find out how many records have been fetched by the crystal report after passing the selection formula.
Actually I want to show the report only if there is data. otherwise I want to display only a message stating "no data found".
I want to export the report only if there is data.
I want to do all this from ASP.
have a look at the following code....
<%
session("oRpt".recordselectionformula = SelectionFrmla
if ("there is data" then
'Export the report in excel.
else
response.write ("No data Found"
%>
thanking u in advance...
--Mukhben