Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best choice...
Message
From
09/03/1999 13:10:54
 
 
To
09/03/1999 09:30:35
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00195497
Message ID:
00195646
Views:
14
>I have a complex report that I don't think can be *easily* done using the report designer. It involves getting data from multiple tables and reporting it at specific places on a line. Some times the data is related, some times its not.
>
>At any rate, I figured that for the FIRST time ever, I need to go to a program to report my data. I am wondering what the most approved "Visual" method of doing so is?
>
>Do I use printjob/end printjob? or textmerge, or set device to print?

I don't know about most improved, but I have ahd to build many reports like this, and the way I have handled it is:

Create a frx with one field in the detail band, and set that field to stretch, and set its font to a non-proportinal font (Courier New etc). Make the expression some variable (lcReportVar)

In you program code, build your report into a string and assign it to lcReportVar and then call the report.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform