Crystal Report not showing my data???

Signo.X

Well-known member
Joined
Aug 21, 2006
Messages
76
Location
Australia
Programming Experience
1-3
Hello all ,

I'm trying to create a crystal report in my current vb.net project by doing the following :

add>new item>crystal report>create report by wizard..

then after i choose every thing... and try to preview the report, i only get the headers title without the data
VB.NET:
[U]PartCode[/U]     [U]PartDesc[/U]      [U]Qty[/U]

so why isnt the data displaying in my report when i run it ????>?????

Thanks
~signo.X
 
@ design view of your report, right-click a field in the Details section and select Browse Field Data. This is the data that normally should be displayed when you run the report.
If there isn't any, you should right-click Database fields and select Verify Database.
If there still isn't, there is something wrong with the Data source or Links in Database Expert.
 
I am having the same problem when I join two tables. Only one tables fields are shown.. The weirdest thing is that when I browse the fields I do not get any data shown but I run it it shows them. Shows only the one of the two tables.
 
Back
Top