Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I open a Crystal Report in VB so I can see properties 1

Status
Not open for further replies.

SBendBuckeye

Programmer
May 22, 2002
2,166
US
Is this doable? I would like to open a given Crystal Report in VB so I can follow some formula properties through the report. What I am hoping for is something like the following:

Dim CRObj As CrystalReport
Set CROBJ = etc where I specify a particular .rpt file

Thanks in advance for any help!

Happy New Year!
 
Thanks for the help! I am using VB6 and CR 8.5. My background is more Access and VBA. When I first started learning Access, I learned a lot about how it worked by dimensioning an object in a module and setting a reference to it. I would then kick the code into single step mode and just look through the object references (say application or form) to learn.

That's what I am trying to do here. Anything to get started would be helpful. The links are probably way more information than I currently need.

Thanks again! Happy New Year!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top