Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where's Summary Y/N?
Message
De
28/10/1999 11:40:42
 
 
À
28/10/1999 08:55:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00282425
Message ID:
00283107
Vues:
21
Hi Ed, Using your idea to search the appname.LST file,

Question1:
I found the related routines in the c:\Microsoft Visual Studio\vfp98\ffc\_reports.vcx
I presume this folder refers to FoxproFrameworkC...(?) and gets incorporated during Build.

_output (object)
_printreport (procedure) code has:

CASE THIS.cOption == "GRAPHICAL"
*this is the preview part...
ZOOM WINDOW (lcName) MAX
REPORT FORM (THIS.cReport) PREVIEW &lcClauses
*and later to print...
THIS.cTextFile = lcFile
IF ".LBX" $ UPPER(THIS.cReport)
LABEL FORM (THIS.cReport) &lcClauses &lcDestination NOCONSOLE
ELSE
REPORT FORM (THIS.cReport) &lcClauses &lcDestination NOCONSOLE
ENDIF

?? (Here's the question )
-So it looks like maybe I could edit this to catch my summary Y/N?

IF nOption = 1 && Summary
REPORT FORM (THIS.cReport) SUMMARY PREVIEW &lcClauses
ELSE
REPORT FORM (THIS.cReport) PREVIEW &lcClauses
ENDIF

Question2:
The Framework generated Menu's File - "Print Reports" calls APP_GLOBAL.DoTableOutput()

?? (Here's the question)
-How do I get to this?

(You don't use the VFP 6.0 Framework? Maybe I'll start a new question about that.)

My apologies for clinging to you like this.
And my gratitude,
Sylvia.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform