|
-
Jul 25th, 2005, 01:34 AM
#1
Thread Starter
Fanatic Member
Where is the 'help' for Crystal Reports Object Library...?
I want to manipulate my report through visual Basic code, specifically I want to change the way my graph groups on dates. So the user can select group by DAY, WEEK, or MONTH.
So I've got so far as
Dim graph As CRAXDRT.GraphObject
Set graph = cReport.Sections(1).ReportObjects("Graph1")
But I'm trying to navigate through the object library with no help, Crystal Reports help is all about the application, not the VBcode.
SO
Does anyone know where I can get documentation on the CRAXDRT object library
OR
Does anyone know how to change the way a graph groups on a field...
-
Jul 25th, 2005, 01:10 PM
#2
Re: Where is the 'help' for Crystal Reports Object Library...?
The help files for CR never worked for me in the IDE of VB. I did have to search the HD for the .chm/.hlp files though. 
Usually its somewhere in the "?:\Program Files\Seagate Software\Crystal Reports\Help\en"
Or
?:\Program Files\Seagate Software\Crystal Reports\Developer Files\Help
depending on your version.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 25th, 2005, 07:18 PM
#3
Thread Starter
Fanatic Member
Re: Where is the 'help' for Crystal Reports Object Library...?
ah!
help galore.
IN C:\Program Files\Crystal Decisions\Crystal Reports 9\Developer Files\Help\En
I thought it would either be in the VB IDE or the Crystal Reports Application, but no, they chose to hide it away. sneaky devils.
Cheers RobDog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|