Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print 2 copies
Message
From
04/11/1998 06:46:22
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/11/1998 06:25:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00154278
Message ID:
00154280
Views:
19
>I want to print 2 copies of report directly to printer. No preview. No prompt.
>
>Is there way to do this?
Antonio,
Two quick ways.
1) Use frx as table and set copies = 2.
use myreport.frx
replace expr with strtran(expr,"COPIES=1","COPIES=2")
use
report form myreport to printer noconsole
use myreport.frx
replace expr with strtran(expr,"COPIES=2","COPIES=1")
use
2) Run report 2 times :
report form myreport to printer noconsole nowait
report form myreport to printer noconsole nowait
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
Next
Reply
Map
View

Click here to load this message in the networking platform