Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use Memo fileds in ASP
Message
From
06/10/2000 12:04:29
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
06/10/2000 05:07:26
Arnaudon Olivier
Teamlog Enterprises Solutions
Mulhouse, France
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00425224
Message ID:
00426003
Views:
17
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform