Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile prg in VFP6.0 for use in FPW26?
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00391361
Message ID:
00394874
Views:
13
>I'm using the FSMapi class in Visual Fox Pro to do the emailing from the program. Is there a way to email from FPW?

Hmm. MAPI mail from fpw.. I don't think so.

You're best bet would be to write your "prg" as a "text" file and use something like:


fp=fopen("OldPRGTypeFile.txt")
do while !feof(fp)
lcTextLine=fgets(fp)
&lcTextLine
enddo

Of course; you can't have any control structures in this situation.. :(

But it's an idea that might get you started.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform