Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field is too short and need an smart trim
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00521049
Message ID:
00521104
Vues:
20
>I have never done a UDF in a report before. In the reportfield expression I would
>
>DO smarttrim_it in smarttrim.prg with subdivsn, phase_unit, lot, block
>
>Does that seem correct?
>
>Brenda
>

No, just place SmartTrim_IT() in the field expression.

In the UDF put something like:
Function SmartTrim_IT
* Creates a mailing address 
local lcAddress
lcAddress=''
if ....
  
endif
return m.lcAddress
You should write the code of this function by yourself.

>>Hi Brenda,
>>
>>In this situation I would create a little UDF to give me, what I want. You can >place UDF at the same directory with the report, so it would be always visible.
>>
>>Take a look at txtwidth function, it seems to be handy here.
>>
>>Good luck!
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