Ole Container not showing
Hello,
Am new to fast reports and following the examples for showing a word document I wrote the following code,
TfrxOLEView(FReport.FindObject('OLE1')).OleContainer.CreateObjectFromFile('D:\test.doc', false);
FReport.ShowReport(True);
But it does not show anything on the page
1. The test document is of four pages
2. The Master Data that the OleView is contained in is set to stretch as well as the OleView itself
What could i be missing?
Please assist
Am new to fast reports and following the examples for showing a word document I wrote the following code,
TfrxOLEView(FReport.FindObject('OLE1')).OleContainer.CreateObjectFromFile('D:\test.doc', false);
FReport.ShowReport(True);
But it does not show anything on the page
1. The test document is of four pages
2. The Master Data that the OleView is contained in is set to stretch as well as the OleView itself
What could i be missing?
Please assist