it's okay now dude. i want to ask now how can i display in the crystal reports a specific database record? im using crystal reports 9. any advice there? :)
Printable View
it's okay now dude. i want to ask now how can i display in the crystal reports a specific database record? im using crystal reports 9. any advice there? :)
Split into its own thread and moved to Reporting Section
It all depends on how you plan on retrieving the data. If the datasource is a dataset then only load the records you want into the dataset, this can be done with your SQL statement. You can also restrict the records to be displayed by using a parameter or selection formula.
I assume from your previous posts that this is written in VB6, if so then I can't provide any examples because I never used CR in VB6, all my reports used DataReports. I didn't start using CR till I was programming in VB .Net.
I hope your not creating a new project in VB6, that language has been dead for many years.