Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use Memo fileds in ASP
Message
De
06/10/2000 12:04:29
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, Royaume Uni
 
 
À
06/10/2000 05:07:26
Arnaudon Olivier
Teamlog Enterprises Solutions
Mulhouse, France
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00425224
Message ID:
00426003
Vues:
16
>Hi ,
>
>thanks for your answer, but do you know how to dispatch line per line a memo fields, with a Visual Basic script in an ASP page ?

Do you mean that the memo all appears on one line? If so, you should translate all CHR(13) characters into the HTML code to start a new line ("
")

I use:

REPLACE( tcData, CHR(13), "
")

When writing data from my memo field out to the ASP page.
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform