Report Design
 Crystal Reports Forum : Crystal Reports .NET 2003 : Report Design
Message Icon Topic: crystal report viewing error Post Reply Post New Topic
Author Message
fanan
Newbie
Newbie
Avatar

Joined: 02 Jan 2011
Location: Egypt
Online Status: Offline
Posts: 28
Quote fanan Replybullet Topic: crystal report viewing error
    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

IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet 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
IP IP Logged
fanan
Newbie
Newbie
Avatar

Joined: 02 Jan 2011
Location: Egypt
Online Status: Offline
Posts: 28
Quote fanan Replybullet Posted: 10 Mar 2012 at 3:54pm
Hi hilfy thanks for your reply
can u exaplain what i have to do
thanks
IP IP Logged
fanan
Newbie
Newbie
Avatar

Joined: 02 Jan 2011
Location: Egypt
Online Status: Offline
Posts: 28
Quote fanan Replybullet 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
 
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet Posted: 10 Jul 2012 at 2:31pm
This doesn't look like a Crystal error.  What development environment are you using?
 
-Dell
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.