Re: Can Someone please show me how to Create a Report using Crystal in VB
I whipped up a quick example, if you have any question just let me know. BTW you have to have CRIX installed on your machine in order for this to work.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
Re: Can Someone please show me how to Create a Report using Crystal in VB
Wow, Thanks alot Mark. Your assistance is really appreciated. Looking at your example I have managed to create a report of my own. I am trying to generate team lists for a school for matches they participate in.
So far I have managed to generate the report listing all the pupils names and surnames. The thing is, how can I display fields such as the Venue and the Opposition. I have a SQL query that retrieves all the names and surnames of pupils for a specific match. How do I bring in the Venue and Oppositions fields for example.
Re: Can Someone please show me how to Create a Report using Crystal in VB
Do the two tables have a common field? If so, you would need to join them and then update the datsource of the report and add the new fields.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."