Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field in html page
Message
From
14/10/2004 00:47:26
 
 
To
12/10/2004 09:16:47
General information
Forum:
Visual FoxPro
Category:
ActiveVFP
Miscellaneous
Thread ID:
00950645
Message ID:
00951281
Views:
6
>I have a cursor with a memo field biger than 254 characters?How could I to display the entire content of memo to a htm page into a table..for each record ...of course, without separate into 2 strings or more and concatenate after?
>Can anybody help me, please?
>Thanks in advance

This "254 characters limit" - is it a HTML deficiency?

Because VFP can store certainly more than that in variable WITHOUT concatenation.

For instance if you have a file say 100 pages of text

cEbookstr = FILETOSTR("MyBigTextFile.txt")
?LEN(cEbookstr) will give you > 254

SO if the memo contains the text

cMemotext = ALLTRIM(mytable.memofield)

now use the var to build the table.
Previous
Reply
Map
View

Click here to load this message in the networking platform