Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Blank fields after printing
Message
 
 
À
26/10/2000 12:21:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00434670
Message ID:
00434673
Vues:
14
>When printing a report from the form, after the report is successfully sent to the printer, the form fields blank out. However if I preview the report from the form, cancel it and return to the form, the fields are intact. Why did the fields blank out after I print the report to the printer but not preview?
>
>The code reads as follows:
>
>In cmdPrint.click()
>* Print report to printer
>REPORT FORM reports\planrpt NOEJECT NOCONSOLE TO PRINTER for PlanType = thisform.txtPlanType.value

Dodi,

You are probably at end of file. Try:

nThisRecord = RECNO()
REPORT FORM blah blah
GO nThisRecord
\/\/ayne
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform