Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing one record to a form
Message
 
À
04/09/1997 17:38:48
Brad Stickley
Parker Pneumatic Div. North America
Wake Forest, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00048568
Message ID:
00048661
Vues:
25
>Thank you for responding. But I still am not sure what to do.
>I understand that it is a class and that it could be edited, however what command do I give to only print the current record on the screen to the report?
>We have a screen that has info from a single database. The info on the screen fills a one page report that gets distributed to other offices. All I need to do is print the information from the screen to a single page. What is happening is that the whole database is being printed, every record, not just the one on the screen. My question is, how do I limit automatically the printing to the current record on the screen?
>
>Thanks, Brad

in print button,

local lnRecord
lnRecord = recno()
report form myform for recno() = lnRecord preview
-or-
report form myform for recno() = lnRecord to printer noconsole

goto lnRecord
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform