Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing of current record
Message
From
04/11/1998 05:54:38
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/11/1998 05:23:55
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00154271
Message ID:
00154274
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform