Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two Queries
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Miscellaneous
Thread ID:
00113946
Message ID:
00113951
Views:
20
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform