Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print from dll
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00549797
Message ID:
00549803
Vues:
15
Hi!

If COM object works in unattended mode, you will not be able to print because any interface activity is disabled in unattended mode (there is sys() function for that). COM object in DLL? for sure, works in unattended mode. In EXE - probably you will be able to print. There are also special run-time library for multi-threading VFP DLL, I guess it is lighter than usual run-time because no interface things, probably, include no reporting. Try to use single-threaded DLL, though I'm not sure it will help.

>Is there some trick to printing from a COM dll? I have a dll called from VB script that tells me feature is not available on the line:
>
>REPORT FORM MYREPORT NOCO to PRINT
>
>It works fine if I do newo('class','class.prg') instead of createo('class.class')
>
>tia
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform