i am using vb6.0 and crystal report11 and MS ACCESS database how to create a crystal report at run time from a vb form i dont have any idea regarding this please give some suggestions or code would be very helpful to me
shankar_ns 0 Newbie Poster
Recommended Answers
Jump to Postthis is wht i did in my project
first design ur report thru crystal reports
in a form(vb) u just add the crviewercontrol
then write the code using this logic
Private Sub cmdReportOK_Click() Dim m_Report As CRAXDDRT.Report Dim m_Application As New CRAXDDRT.Application Set m_Report …
Jump to PostOnce the report is filled with data the report will be automatically shown.
All 6 Replies
anto_nee 2 Junior Poster in Training
614981 0 Newbie Poster
anto_nee 2 Junior Poster in Training
goroogee 0 Newbie Poster
anto_nee 2 Junior Poster in Training
debasisdas 580 Posting Genius Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.