Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Two Queries
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Divers
Thread ID:
00113946
Message ID:
00113951
Vues:
18
>1.
>I want to be grab file (say a .txt file)populate it into a memory variable (say m.filename) and drop the whole chunk into a memo field.
>Any ideas?
>
>2.
>How can I update a comma delimited text file with native IE activeX controls (I mean via VB scripting). Or any other alternatives?
>
>
>Thanks.
>
>
>Mathias.
Mathais,

I'll answer your first question;

SELECT
APPEND MEMO MyMemo FROM Whatever.txt

As for your second one I would use the LLFF Fopen() and FWrite() in VFP to handle it, but I don't know the answer using VB Script.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform