Quantcast
Channel: SCN : Discussion List - SAP Crystal Reports, version for Visual Studio
Viewing all articles
Browse latest Browse all 3636

SAP Crystal Report stuck on "Please wait while the document is processing" but not hang

$
0
0

My Sub Report works until I add stored video parameters and linked it to my Main, It got stuck on "Please wait while the document is processing".

 

 

The Main Report Preview Works but if I run the report it doesn't

 

Here's my stored procedure for both reports:

 

ALTER PROCEDURE[dbo].[usp_MainReport]            (                                      @StartDate DATETIME,               @EndDate DATETIME            )            AS  BEGIN
select * from users
END
ALTER PROCEDURE[dbo].[usp_SubReport]            (                               @StartDate    DATETIME,            @EndDate      DATETIME            )            AS  BEGIN
select * from users
END

Is there a problem with my SAP Crystal Report?


Viewing all articles
Browse latest Browse all 3636

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>