Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo Field in Text Merge
Message
 
À
14/06/2011 16:48:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01514373
Message ID:
01514380
Vues:
71
>How do I get the entire contents of a memo field to show up in a text merge? It's cutting off after 255 characters. Thanks in advance.

This works for me:
CLEAR
CREATE CURSOR crsTest (fld M)
INSERT INTO crsTest VALUES (REPLICATE("1",255)+CHR(13)+CHR(10)+REPLICATE("2",255))
TEXT TO lcTest NOSHOW TEXTMERGE
<<Fld>>
ENDTEXT
? lcTest, LEN(lcTest)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform