Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dill-Down in Crystal Reports 7.0..
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Dill-Down in Crystal Reports 7.0..
Miscellaneous
Thread ID:
00293929
Message ID:
00293929
Views:
61
I'm using Crystal Reports 7 Pro as the Report End of my Application, I have created a Drill-Down Report, but I am baffled as to how I can use the Drill-Down Functionality in the Preview Window.

Here's how I'm Accessing/Displaying my Report..

PUBLIC oCRYSTAL_REPORT && Has to be Public to keep the Report in Scope
oCRYSTAL_REPORT = CreateObject("Crystal.CrystalReport")

WITH oCRYSTAL_REPORT
.ReportFileName = "C:\BIN\DrillDown.rpt"
.WindowShowPrintBtn = .T.
.WindowShowCloseBtn = .T.
.WindowShowRefreshBtn = .T.
.WindowShowGroupTree = .T.
.Action = 1
ENDWITH

This displays the Summarized version of my Report, but there is no Drill-Down Cursor to see the Details, Any help appreciated.

- Aaron.
Aaron Young
Red Wing Software, Inc.
Reply
Map
View

Click here to load this message in the networking platform