Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A problem with the Report Form command (VFP 5)
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
A problem with the Report Form command (VFP 5)
Divers
Thread ID:
00062659
Message ID:
00062659
Vues:
81
I have a form on which I have placed a button which is supposed to display a preview of a report. I have another button which prints the report.

The "Print" button works just fine, building the tables the report uses, bringing up the printer selector dialog box, and printing the report.

The "Preview" button, however, has a problem. The preview never is displayed.

This worked for a little while, but has recently stopped working, for reasons unknown to me. Both buttons use the same call to the print program, only the preview button passes a "1" and the print button passes a "2" to be used as the PrintFlag. I've displayed the code below. Any suggestions on why this no longer works would be appreciated.


IF PrintFlag = 1
REPORT FORM orderport NOCONSOLE PREVIEW
ELSE
REPORT FORM orderport NOCONSOLE TO PRINTER PROMPT
ENDIF
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dale Marshall
San Antonio, Texas
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform