Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing extra blanks in a memo field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00355212
Message ID:
00355224
Vues:
41
>I am using a sql select statement to retreive data from several tables. At

How about using a UDF?

FUNC reducememo
PARAM tcData
LOCAL tcResult
tcResult=reduce(CHRTRAN(CHRTRAN(tcData, CHR(13),''), CHR(10),''), SPACE(1))
RETURN tcResult
ENDFUNC
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform