Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print WORD docs using VFP Reports?
Message
From
22/04/1998 11:55:42
 
 
To
22/04/1998 09:03:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00093970
Message ID:
00094033
Views:
54
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform