kennedymr2
Programmer
I am using Crystal V9 and Visual Basic v6 Sp5
I have developed a report Report1.rpt and the report in itself works fine.
I need to run the report from VB6 , and make a selection ie
{db1.client} >= cfrom and {db1.client} <= cto
Ie i need to tell the crystal report to use these selections to limit the records printing.
I have a form (Form1) with the crystal viewer CrystalViewer91 on it.
I have imported the report1.rpt into the vb6 project and it end up in designer crystalreport1.
Would appreciate the code or method in achieving this.
Mainly in how to pass the selection critea.
Most of the help i can find is for V8, V9 looks a little different.
I have developed a report Report1.rpt and the report in itself works fine.
I need to run the report from VB6 , and make a selection ie
{db1.client} >= cfrom and {db1.client} <= cto
Ie i need to tell the crystal report to use these selections to limit the records printing.
I have a form (Form1) with the crystal viewer CrystalViewer91 on it.
I have imported the report1.rpt into the vb6 project and it end up in designer crystalreport1.
Would appreciate the code or method in achieving this.
Mainly in how to pass the selection critea.
Most of the help i can find is for V8, V9 looks a little different.