I'm using .net 2002 with crystal 10.
I have a main report linking to a subreport. in Crystal it all works good. individually (without them being linked) they work through .net, however when i in...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21138359.html
I tried searching for this but cannot find it.
I have a simple report I need to create. The main report showes item, item name, cost and standard price. There are also four other selling price ...
http://www.experts-exchange.com/Database/Reporting_/Q_23379551.html
Main report extracts data from Access Database - job no., date time worked, hours worked, and work description so for example we have entry:
Job No. 1234 Date 12/10/06 Hours 5 Description 'Re-prog...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_22047729.html
i have a main report that is grouped by clientname
a Subreport A and a Subreport B
what do i have to do to my reports so my subreports also are grouped by clientname so it only displays da...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_22694368.html
We are creating a report on Crystal Reports 8.5, with Visual Basic 6 and SQL Server 2000. We have designed a report wizard that send a query from VB6 to the crystal report (rpt). We have successful...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21667873.html
Main report has field (in additonal to many other fields)
=Fields!WorkOrder_Number.Value
Sub report has field
=Fields!JobNo.Value (Other fields in sub report display invoice data)
The output...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23052303.htm...
I am trying to pull a shared variable from a subreport which will be my count, and then use this same shared variable to determine whether the list of returned records will be printed on that sheet...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23619433.html
If I build a simple Crystal Report that contains another simple Crystal Sub Report, the report will print preview fine in Crystal 2008. The problem happens when add this report to a Visual Studio ...
http://www.experts-exchange.com/Web_Development/WebApplications/Q_23332905.html
Main report runs this query
SELECT TOCID, A.AOIID
FROM ILX38.AOIOBJLIST A, ILX38.AOI B
WHERE TYPEID=101
AND A.AOIID=B.AOIID
AND TOCMATCHNAME ='{?UWI2}'
AND aoiname ...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_23903772.html