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:
00394890
Vues:
22
No, that won't work for me. The originally idea is to create a Lic.fxp file and to send it to a customer where a FPW 2.6 application can read this file. (It must be compiled and branded of course.)
Now I want to create this file and send it via email automatically, so I have to write a tool in VFP 6.0.
I hoped there is a way to open FPW 2.6 and to compile a file from within VFP 6.0, like a remote control. Maybe WSH could help here?

>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.
Christian Isberner
Software Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform