Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing of current record
Message
De
04/11/1998 05:54:38
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00154271
Message ID:
00154274
Vues:
14
>hi to all
>
>could anyone please guide me on the following:
>
>how can i print the record being displayed (current record) on a form,
>through a command button placed on the form?
>
>code please if possible
>
>regards
>mike p
Mike,
There is really a lot of ways to do it. Plain text, prepreapred report form, quick report form, print via Word or alike etc. I assume you mean regular reporting. First prepare a report form you want to use with it. In command window :
use mytable
create report myreport from alias() form && or column 
modi report myreport && Drag&drop place, remove field
* Remove table from dataenvironment of report
Then in button.click :
report form myreport next 1 to printer noconsole
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform