IQSChris
Technical User
- Nov 1, 2007
- 11
Issue – Trying to have documents(.doc, .xls, .ppt) print in reports. I have reviewed some related threads but most appear to involve graphics. Graphics print OK, it is the other file types that are giving me a problem.
Info:
CR XI, ODBC connection to either SS 2005 or Oracle10g.
Software application(OLTP) can save file attachments associated to a product record as embedded or linked.
Example:
Product_Table
Product_ID (Left outer join to Product_Link_Table.Product_ID)
Product_Link_Table
Product_ID
Link_ID (Left outer join to Link_Table.Link_ID)
Link_Table
Link_ID
File_Location(shows file name and extension or file path)
Embed_File
Link_Type (Embedded or Linked)
I can insert an OLE object via Insert > OLE Object. However, I am trying to print out product characteristics from the DB along with file attachments associated to the specific product. Each product can have 1:M unique file attachments.
.TIF, .JPG, and .BMP file attachments print. .TXT, .RTF, .DOC, .XLS do not print.
Any help would be greatly appreciated.
Thank You,
(This is my first thread, please bear with me)
Chris
Info:
CR XI, ODBC connection to either SS 2005 or Oracle10g.
Software application(OLTP) can save file attachments associated to a product record as embedded or linked.
Example:
Product_Table
Product_ID (Left outer join to Product_Link_Table.Product_ID)
Product_Link_Table
Product_ID
Link_ID (Left outer join to Link_Table.Link_ID)
Link_Table
Link_ID
File_Location(shows file name and extension or file path)
Embed_File
Link_Type (Embedded or Linked)
I can insert an OLE object via Insert > OLE Object. However, I am trying to print out product characteristics from the DB along with file attachments associated to the specific product. Each product can have 1:M unique file attachments.
.TIF, .JPG, and .BMP file attachments print. .TXT, .RTF, .DOC, .XLS do not print.
Any help would be greatly appreciated.
Thank You,
(This is my first thread, please bear with me)
Chris