Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printer Settings
Message
 
 
To
19/05/2002 12:55:25
Hisham Serry
Al-Bahar United Company
Kuwait, Kuwait
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00658682
Message ID:
00658685
Views:
13
>Hi all,
>
>I would like to know the way when I make my report the system dose not relay on the printer type so when I print my report it can fit in any type of printer as dot printers or leaser printer.
>

First, you've to design your report for the printer with the snmallest printable area. Second, remove all printer-specific information from your reports:

1. Open the report as a table with "USE MyReport.frx"
2. Go to the first record
3. Delete the contents of the TAG and TAG2 fields.
REPLACE Tag WITH "", Tag2 WITH ""
4. Remove following driver related lines from EXPR field
DRIVER=
DEVICE=
OUTPUT=
You can automated it as shown in HOWTO: Clear Report TAG, TAG2, and EXPR Fields Using .pjx Hooks mskb #Q257624.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform