Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Draft mode
Message
From
21/05/2003 10:52:37
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
21/05/2003 03:19:22
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00790301
Message ID:
00791077
Views:
26
>Hi,
>
>Thanks a lot. It managed to solve my problem.
>
>YT.

OK, great. BTW, there are several alternatives to prepare the text file:
  • @...say
  • ? and ??
  • TEXTMERGE
  • Just prepare the variable in memory, for instance:
    MyReport = ""
    scan
      MyReport = MyReport + Field1 + space(5) + Field2 + chr(13) + chr(10)
    endscan
    For the first two alternatives, you can later load to a variable with FileToStr().
    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