Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo Field in Text Merge
Message
 
To
14/06/2011 16:48:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01514373
Message ID:
01514380
Views:
70
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform