borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (send value stored in VB variables to Crystal Report)Next Topic (ANN:Best Reporting Tool and Product of the Year 2004) New Topic New Poll Post Reply
AndreaVB Forum : Reporting tools : Crystal report 7.0
Poster Message
simbran
Level: Guest


icon Crystal report 7.0

i am developing an application using VB 6.0 and reporting tool Crystal report 7.0.i have 36 table and one report. how to pass connection strings run time to the report?
please help me out !!!!!

10-08-2004 at 10:37 AM
| Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: Crystal report 7.0

I havent used version 7, but if it has SelectionFormula property then you can specify through it records you want to be printed. You create report in design time, link tables using Linking expert, and then in code use something like

CR.SelectionFormula = "{Sale.Quantity} > 5"

This worked with version 4.6, as I remember

____________________________
If you find the answer helpful, please mark this topic as solved.

10-08-2004 at 11:25 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Reporting tools : Crystal report 7.0
Previous Topic (send value stored in VB variables to Crystal Report)Next Topic (ANN:Best Reporting Tool and Product of the Year 2004) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder