Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report field too short
Message
De
05/07/2007 17:53:57
 
 
À
05/07/2007 16:53:24
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:
01238122
Vues:
23
Okay, I've duplicated your problem. My first reaction was to create a character variable before running the report (from outside the report writer), and then use "On Exit" on the detailband to update the string:
cAllFields = cAllFields + field3
But it didn't work at all.

Second attempt, same idea, but in "On Exit" of detailband, call a function. For example, fieldConcat(field3), (where field3 is the field you are trying to add together). Make a function to keep track of your growing string...this works fine, and has no (practically) limit to the string size.


>Have created a report variable (character) which sums string values over multiple records. It's too short to hold the sum in some cases. How can I get around the apparent 255 character limit, please?
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform