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 402,477 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,872 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: Programming Forums

How can I call Crystal Report from VB 6.0 ?

Join Date: May 2005
Posts: 5
Reputation: pmakanga is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
pmakanga pmakanga is offline Offline
Newbie Poster

Re: How can I call Crystal Report from VB 6.0 ?

  #3  
May 25th, 2005
if u mean displaying a report on vb this is how u go about it.
Place The crystal report control on the form,
connect it to the report file name

Dim Var as CrystalReport
set Var = CrystalReport1 'setting the variable to the name of the crystal report control
Var.WindowState = crptMaximized 'Maximizing the report to full screen
Var.Action = 1 'displaying the report
Reply With Quote  
All times are GMT -4. The time now is 4:41 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC