Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with Report To File inside COM DLL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00695567
Message ID:
00695584
Vues:
9
Mario, this won't work within the VFP mtdll because the REPORT command involves a 'user-interface'. Anything with a user interface won't work in a VFP mtdll. This includes things like timers too. The solution is to create a Local COM server (.exe) in Visual FoxPro that can be called by the in-process server to run the report, or build the original object as a Local COM server (.exe).

>I have this simple command:
>
>REPORT FROM myFile TO FILE OtherFile.ps
>
>Ihave this inside a COM server, and is called in the local machine (no MTS). In this line i have a error: "Feature is not available".
>
>I requiere this for a client/server and web-enable aplication, because i need generate PDF files from this .PS file.
>
>How i can solve this?????
>
>Thanks.
>
>Visual FoxPro 6
>Windows 98 SE
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform