Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing automatically
Message
 
 
To
21/03/1998 21:06:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00086233
Message ID:
00086559
Views:
23
>I need to print a report with this parameters:
>
>Many Copies (x copies)
>Lanscape or Portrait (each report have his way)
>Select the printer with variable
>And other possible Parameter
>
>
>How i can implement this parameters automatically with out user intervention.....
>
>Thanks

When you are finished modfying the report open the report file like a table -- use myreport.frx In the first record, edit the field EXPR and delete all lines except the ones you need to modify. Also delete all the contents from the TAG and TAG2 fields (all of this on the FIRST record only).

You can use STRTRAN to do a replace on EXPR field in that first record to change the number of copies, orientation, etc. Beware of multi-user implications, you may setup so each user is working from a copy of the original report files (good idea to do so anyway).
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform