Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automating file printing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01082626
Message ID:
01082697
Vues:
7
This message has been marked as a message which has helped to the initial question of the thread.
This is what I use for Word documents
*Form Init
Thisform.oWord = createobject("word.application")

*Thisform.PrintForm
odoc= Thisform.oWord.Documents.open(< Word File Name >)
oDoc.Printout()
oDoc.Close(0)
Sorry, I don't have anything on PDF's. I'm sure others will be able to provide information on that.

>Hi
>
>I have a SQL table that contains a list of PDF and Word file names. I need to be able to print these out, and then update the SQL row to mark it as printed. VFP version in use is 8.00
>
>I've been trying to find a way of doing this by using WSH and/or automation; however can anyone point me in the right direction?
>
>TIA,
>Simon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform