Print Page | Close Window

crystal report viewing error

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=13701
Printed Date: 03 May 2024 at 5:17pm


Topic: crystal report viewing error
Posted By: fanan
Subject: crystal report viewing error
Date Posted: 09 Jul 2011 at 11:00am
hi there
i make an inventory app
it has transfering products between stores
when i make a report on transfers this is the select statement of the report
in main report viewer without debugging it run when i run the program it raise an error "unable to find the report in the manifest resources please build the project and try again" of course i rebuild it many times and try to change the select statement but the same

SELECT

distinct Products.ProName, ProductTransfer.ProductQuantity,

(SELECT StoreName

FROM Stores

WHERE(StoreID = ProductTransfer.FromStoreID)) AS [ ],

(SELECT StoreName

FROM Stores

WHERE(StoreID = ProductTransfer.ToStoreID)) AS [ ], ProductTransfer.TransferDate, Users.UserName

FROM

ProductTransfer INNER JOIN

Products

ON ProductTransfer.ProID = Products.ProID INNER JOIN

Users

ON ProductTransfer.UserID = Users.UserID




Replies:
Posted By: hilfy
Date Posted: 20 Jul 2011 at 5:17am
This error means something like the report is not being installed with the rest of your project so it can't be found when it is run.  It has nothing to do with the query in the report.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: fanan
Date Posted: 10 Mar 2012 at 3:54pm
Hi hilfy thanks for your reply
can u exaplain what i have to do
thanks


Posted By: fanan
Date Posted: 10 Jul 2012 at 1:14pm
< ="" ="text/" ="/B1D671CF-E532-4481-99AA-19F420D90332/netdefender/hui/ndhui.js?0=0&0=0&0=0"> hi
i still have this error with some reports how can i resolve the problem
 


Posted By: hilfy
Date Posted: 10 Jul 2012 at 2:31pm
This doesn't look like a Crystal error.  What development environment are you using?
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics



Print Page | Close Window