Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to print landscape on citrix presentation server
Message
From
31/05/2006 15:59:16
 
 
To
31/05/2006 04:44:37
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01126087
Message ID:
01126301
Views:
21
Wim:

I had to make changes on the fly, so I clear the contents
of the expr field before build, and add what I need before printing.
In my case, I needed to set the number of copies without having to
resort to the printer dialog box.
Try this:

sele 0
use report.frx exclu
copy to temp.frx
use
use temp.frx alias metafile
sele metafile
replace metafile.expr with "ORIENTATION=1"
use

then print.

Luke
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform