|
-
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...
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
|