Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report field too short
Message
 
 
À
05/07/2007 17:17:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01238093
Message ID:
01238106
Vues:
23
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform