Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending Memo from Memo
Message
De
07/02/2002 15:42:01
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
07/02/2002 15:35:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00616965
Message ID:
00616973
Vues:
16
>Hi. VFP7 user. I have an memo field in File A that I want to APPEND (in its entirity) (programatically) to a memo field in File B. Seems as if it should be easy...but I can't get it to click.
>
>Thanks,
>Randy

#DEFINE CRLF chr(13) + chr(10)
select FileB
replace MyMemo with MyMemo + CRLF + CRLF + FileA.MyMemo
The CRLF include a blank space in between.

With this approach, you have to select the appropriate record in each table.

HTH, Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform