Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compile prg in VFP6.0 for use in FPW26?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00391361
Message ID:
00394874
Vues:
12
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform