Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing a word doc from VFP
Message
De
20/04/2015 13:16:36
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01618752
Message ID:
01618795
Vues:
31
>Using the following code my word doc prints in VFP
>
>DECLARE INTEGER ShellExecute ;
>IN SHELL32.DLL ;
>INTEGER nWinHandle,;
>STRING cOperation,;
>STRING cFileName,;
>STRING cParameters,;
>STRING cDirectory,;
>INTEGER nShowWindow
>? ShellExecute(0,"print","c:\what.doc","","",0)
>
>But I get a message
>
>The margins of section 1 are outside the printable area of the page - do you want to continue?
>
>If I say yes it prints fine - how can I stop this message coming up?

Do you get the same warning if you manually perform the same operation? If that's the case, I'm not sure if there is an option to automatically bypass the warning.

Perhaps you might have more success if you'd launch Word and initiate printing through automation?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform