help [message #102139] |
Tue, 26 February 2002 00:29 |
Sanjay
Messages: 236 Registered: July 2000
|
Senior Member |
|
|
hi,
i'm using crystalreport in VB6 where i using the static query but if i use dynamic query in the report it shows an error.
1.AtFirst i'm checked the CrystalReportViewer Control,then i use it in my VB form.
2.After that i make a report in VB(DesignersModule) with the help of Crystalreport.Here i use the static query.
3.Then i make an object of that report in the VB form.Here i write :
"CRViewerName.ReportSource=Object Of that Report
CRViewerName.ViewReport"
Now I want to use dynamic query through my VB form,how can i do this?please reply me soon.
|
|
|