Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting Page length
Message
From
09/01/2002 08:22:54
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00602437
Message ID:
00602446
Views:
32
>Thanks, Can I set that in the report? Or do I have to do that oin the code prior to calling the report?

Well, what I do for printing in text-mode (simplified explanation) is:

  • Creating a text file (this can be done with a VFP report, but I use other methods).
  • For preview, open the file with the default text-editor or with the default browser.
  • For printing, send first printer codes, then the text-file, to the printer: ??? printer_codes + text_file_in_ram

    Perhaps you may want to test my download#9991, "Printing reports in text-mode", which bypasses the report-writer completely.

    Hilmar.
    Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
  • Previous
    Reply
    Map
    View

    Click here to load this message in the networking platform