User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 361,940 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,678 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser:
Views: 214 | Replies: 1
Reply
Join Date: Mar 2008
Posts: 2
Reputation: janel98 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
janel98 janel98 is offline Offline
Newbie Poster

help! how can i cnnect CR10 and vb6?

  #1  
Mar 24th, 2008
how can i connect crystal report 10 to vb6.0? is it possible?
i really need to know how,,,
thanks in advance!
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Apr 2008
Posts: 20
Reputation: techtix is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 3
techtix techtix is offline Offline
Newbie Poster

Re: help! how can i cnnect CR10 and vb6?

  #2  
Apr 3rd, 2008
Crystal installs with a programmable object model. The following code is derived from Crystal 8.5, but should provide you with a general reference to work from.

!! Add references to the Crystal library

'Crystal objects
Private crxApplication As New CRAXDRT.Application
Private crxReport As CRAXDRT.Report

'Report (*.rpt)
Dim mReportFile as string

Set crxReport = crxApplication.OpenReport(mReportFile, 1)
... and so on.

You can find the developers reference on the Crystal developer site.
http://diamond.businessobjects.com/
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Visual Basic 4 / 5 / 6 Marketplace
Thread Tools Display Modes

Other Threads in the Visual Basic 4 / 5 / 6 Forum

All times are GMT -4. The time now is 11:26 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC