Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report field too short
Message
 
 
To
05/07/2007 17:17:11
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01238093
Message ID:
01238106
Views:
24
>I currently report the string data item in the detail section of the report. When there are only several, and the detail section is only several lines long, it's okay. However, if the detail section goes to 30-40+ lines, it forces the report to multiple pages. Client wants to fit onto one page. So he asks if I can show the detail data in a horizontal list. So I add up the string values in a report variable and present the sum in a group footer.
>
>That is,
>instead of reporting "vertically":
>
>value1
>value2
>.
>.
>valuen
>
>in the detail section I want to show the results "horizontally":
>
>value1+value2+...+valuen
>
>in the group footer.
>
>But for large numbers of values the horizontal list is not complete, I expect because the report variable can only be 255 characters in length max. Is there any way to defeat that limit?

I think, you can always just have a function (or form's method) to concatenate your fields. Just make sure you set procedure to this function before calling the report.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform