Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo field in html page
Message
De
14/10/2004 00:47:26
 
 
À
12/10/2004 09:16:47
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Divers
Thread ID:
00950645
Message ID:
00951281
Vues:
7
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform