How to load ole object from file to frxOleView (MasteBand)

I keep in a table paths to a diffrent files types (doc, jpg, AutoDesk files).
I would like to show it by using frxOleView on MasterBand.
When I use frxPictureView I load pictures in that way:

procedure MasterData1OnBeforePrint(Sender: TfrxComponent);
Begin
Picture1.LoadFromFile(path_to_picture_file);
end;

It doesn't work with frxOleView.
How to load ole object from file to frxOleView ?

ZS

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.