Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dill-Down in Crystal Reports 7.0..
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Dill-Down in Crystal Reports 7.0..
Divers
Thread ID:
00293929
Message ID:
00293929
Vues:
60
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform