Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memos and ASP
Message
 
À
09/11/2003 18:38:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00848127
Message ID:
00848133
Vues:
11
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform