Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to print WORD docs using VFP Reports?
Message
De
22/04/1998 11:55:42
 
 
À
22/04/1998 09:03:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00093970
Message ID:
00094033
Vues:
55
>Hi:
>
> I have many MS-WORD documents and in my VFP 5.0 application I have a field in the table when the WORD document's path it's stored.
> How to print those documents using VFP 5.0 reports because the application prints a Header and other data from the tables and at the end of the report I need to print the WORD document.
> Thanks for the help.

Add a general field to your table (or create a separate table for this purpose), append your word documents to the general field using:

Append General mytable.newgeneralfield From (mytable.documentpath) Class word.basic

then in your VFP report add OLE bound control and attach it to mytable.newgeneralfield. Hope this helps.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform