Hello,
I use MS Word as a Reporting Tool : my reports can contain embedded files (.doc, .pdf, .txt,...) displayed as icons in the document.
I insert a file like that :
Everything was going fine while I was working on a pc with Win2k and MS Office 2k.
Currently, I use a new pc with WinXP Pro and MS Office 2003.
And when I display the Word Application, .doc and .pdf files are automatically open in their own Word Document !
Can someone tell me why ?
Any turnaround ?
Thanks in advance,
Lemox
PS: VB 6.
I use MS Word as a Reporting Tool : my reports can contain embedded files (.doc, .pdf, .txt,...) displayed as icons in the document.
I insert a file like that :
Code:
Word.Selection.InlineShapes.AddOLEObject FileName:= sFileName, DisplayAsIcon:=True, IconLabel:=sDispName, LinkToFile:=False
Currently, I use a new pc with WinXP Pro and MS Office 2003.
And when I display the Word Application, .doc and .pdf files are automatically open in their own Word Document !
Can someone tell me why ?
Any turnaround ?
Thanks in advance,
Lemox
PS: VB 6.