OLE OBJECT to report various PDF documents [message #334106] |
Tue, 15 July 2008 08:01 |
k0l1201
Messages: 1 Registered: July 2008
|
Junior Member |
|
|
Hello,
i need a way/solution to display several embedded PDF documents in a report.
Which PDF will be displayed depends on a key in the database.
Thank You
Siegmund
I found a solution by myself (reading the HELP is sometimes helpful)
To select an OLE2 object from the database:
1 Create a query, with a SELECT statement that selects a column containing OLE2 objects or the filenames of OLE2 objects.
2 In the Data Model view, double-click the OLE2 column to display the Property Palette.
3 If the column contains the filenames of OLE2 objects, rather than the OLE2 objects themselves:
n Under the Column node, set the Read from File property to Yes.
4 Set the File Format property to OLE2.
[Updated on: Wed, 16 July 2008 07:23] Report message to a moderator
|
|
|