I encounter the same problem like you. My application is actually host at web hosting company. It works fine at my development station. But just display blank page when I preview the report from my online application.
Can I know how you solve it if you have come across the solution. Thanks.
abdulmajidmo...
0 Points
1 Post
Change XSD path at runtime in Crystal report
Aug 29, 2008 10:17 AM|LINK
I have created the crystal report with xsd and through code I set the dataset to the report ( setdatasource())
My report at C:\folder\x.rpt
xsd at c:\folder\z.xsd
It works fine, but when I put this both file at some another place.
Suppose I put it at
d:\folder\x.rpt
d:\folder\z.xsd
it doesn’t work, it give me
rowset error c:\Documnet…\Temp\{23435466grh76u}.rpt. Invail argument
I tried to set the CrystalViewer.ReportSourcepath = “d:\folder\z.xsd“. it give me same error.
but when put the only z.xsd to its original place (c:\folder\z.xsd) report works.
I like to change the z.xsd path at runtime. How can I do that.
HELP ME
Daada
Member
22 Points
11 Posts
Re: Change XSD path at runtime in Crystal report
Apr 03, 2009 09:15 AM|LINK
May I know is your problem solve?
I encounter the same problem like you. My application is actually host at web hosting company. It works fine at my development station. But just display blank page when I preview the report from my online application.
Can I know how you solve it if you have come across the solution. Thanks.