Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Blank fields after printing
Message
De
26/10/2000 18:41:25
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00434670
Message ID:
00434933
Vues:
19
>>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

It works! Thanks Wayne! (this is really strange, I didn't have problems with other forms...)
Thanks!
~d
J
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform