parameterized crystal report
hi..
i am currently working with vb6 - crystal report... right now what is was doing is that i open a recordset in the vb then i just pass the recordset to crystal report...
is there other way than this? you know the database is location is variable.. so can i just pass the connection string to the crystal report as well as the parameters.???
pls help.. any sample codes will be a great help.
thanks in advance. :) ;)
Re: parameterized crystal report
Quote:
Originally Posted by alexis23
hi..
i am currently working with vb6 - crystal report... right now what is was doing is that i open a recordset in the vb then i just pass the recordset to crystal report...
is there other way than this? you know the database is location is variable.. so can i just pass the connection string to the crystal report as well as the parameters.???
pls help.. any sample codes will be a great help.
thanks in advance. :) ;)
Lots of examples and good answers here..
http://support.businessobjects.com/f...ch/default.asp
You just have to dig a bit to find them. :thumb:
Re: parameterized crystal report
How can i creat parameter field at design time in CR 8.5?
Re: parameterized crystal report
Quote:
Originally Posted by Rob3161
How can i creat parameter field at design time in CR 8.5?
Simple.
Select Insert -> Field Object -> Parameter Field and fill in the attributes.
At the Business Ojects website there are tons of tutorials.