Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memos and ASP
Message
 
To
09/11/2003 18:38:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00848127
Message ID:
00848133
Views:
10
1.) do your regular SQL select and include the memo field in your selection. Let's call the memo MyMemo
2.) do something like:
memo_out=""
for lnIndex = 1 to memlines(MyMemo)
 memo_out=memo_out+mline(Mymemo,1,_mline)+CRLF
next
3.) Include the variable memo_out in your HTML template like:
<textarea rows="5" name="memo_out" cols="30">&lt;%= ALLTRIM(memo_out) %></textarea>
>Is there a way to extract memo contents from a vfp db on a web server using sql, asp or html tables? If there is, please tell me how to do it.
Previous
Reply
Map
View

Click here to load this message in the networking platform