Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grouping in Crystal reports via VB

Status
Not open for further replies.

eamonskelly

Programmer
Jun 14, 2001
11
GB
I am having problems creating a report in VB using an SQL query, which is created in VB from data in SQL server. Can anyone show me some code that might help? My problems are in particular with grouping. I am using Crystal Reports version 8 and VB6
Thanks
 
First, which integration method are you using? If you are really 'creating' the report in VB, I will assume that you are using the RDC. If you are unsure, see the FAQ on what info to include with your question. Ken Hamady, On-site/Phone Crystal Reports Training/Consulting
Quick Reference Guide to using Crystal in VB
 
I have partially solved my problem by passing the query back to SQL server, and creating a table for use, which makes it easier to perform grouping. I am accessing SQL Server 2000 via OLE DB, but when I run the report in VB, I get a SQL Server Not Available message. I have been able to access the report using ODBC, but this is not satisfactory.
Thanks for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top