Inserting Image in a Word Document by using DOT NET Variable

prateekarya2011
Member Posts: 40
Hello Everyone,
Thanks for ever time support.
I am facing an issue in inserting image in word document by using Dot Net Variables. I am able to do the same using Automation , but facing issue in using Dot Net Variables.
I have written the following function to insert an image in the word document.
MergeServerFileName := FileMgt.UploadFileSilent(MergeClientFileName);
MergeDataFile.OPEN(MergeServerFileName);
MergeDataFile.CREATEINSTREAM(InStr);
InStr.READTEXT(tmpStr1);
InStr.READTEXT(tmpStr2);
MergeDataFile.CLOSE;
WrdApp := WrdApp.ApplicationClass();
WrdApp.Visible := FALSE;
WrdDoc := WordHelper.CallOpen(WrdApp,MainFileName,ParamFalse,FALSE);
IF CompanyInfo.GET THEN
CompanyInfo.CALCFIELDS(CompanyInfo.Picture);
IF CompanyInfo.Picture.HASVALUE THEN
Pic := CompanyInfo.Picture.EXPORT('C:\Pic.gif');
InlineShape := WrdDoc.InlineShapes.AddPicture(Pic,Missing,Missing,Missing);
InlineShape.Height := 100;
InlineShape.Width := 100;
WrdDoc.Save;
WrdDoc.Close(Missing,Missing,Missing);
WrdApp.Quit(Missing,Missing,Missing);
The Variables used are:
Name DataType Subtype Length
MergeDataFile File
InStr InStream
WrdApp DotNet Microsoft.Office.Interop.Word.ApplicationClass.'Microsoft.Office.Interop.Word, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
WrdDoc DotNet Microsoft.Office.Interop.Word.Document.'Microsoft.Office.Interop.Word, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
MergeServerFileName Text
Missing Variant
CompanyInfo Record Company Information
Pic Text
Path DotNet System.IO.Path.'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
InlineShape DotNet Microsoft.Office.Interop.Word.InlineShape.'Microsoft.Office.Interop.Word, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
tmpStr1 Text
tmpStr2 Text
While calling the Function in am getting "Type Mismatch" error .This is because of the parameters passed in Inlineshapes.Addpicture.
Kindly guide.
Thanks in Advance
Regards
Prateek
Thanks for ever time support.
I am facing an issue in inserting image in word document by using Dot Net Variables. I am able to do the same using Automation , but facing issue in using Dot Net Variables.
I have written the following function to insert an image in the word document.
MergeServerFileName := FileMgt.UploadFileSilent(MergeClientFileName);
MergeDataFile.OPEN(MergeServerFileName);
MergeDataFile.CREATEINSTREAM(InStr);
InStr.READTEXT(tmpStr1);
InStr.READTEXT(tmpStr2);
MergeDataFile.CLOSE;
WrdApp := WrdApp.ApplicationClass();
WrdApp.Visible := FALSE;
WrdDoc := WordHelper.CallOpen(WrdApp,MainFileName,ParamFalse,FALSE);
IF CompanyInfo.GET THEN
CompanyInfo.CALCFIELDS(CompanyInfo.Picture);
IF CompanyInfo.Picture.HASVALUE THEN
Pic := CompanyInfo.Picture.EXPORT('C:\Pic.gif');
InlineShape := WrdDoc.InlineShapes.AddPicture(Pic,Missing,Missing,Missing);
InlineShape.Height := 100;
InlineShape.Width := 100;
WrdDoc.Save;
WrdDoc.Close(Missing,Missing,Missing);
WrdApp.Quit(Missing,Missing,Missing);
The Variables used are:
Name DataType Subtype Length
MergeDataFile File
InStr InStream
WrdApp DotNet Microsoft.Office.Interop.Word.ApplicationClass.'Microsoft.Office.Interop.Word, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
WrdDoc DotNet Microsoft.Office.Interop.Word.Document.'Microsoft.Office.Interop.Word, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
MergeServerFileName Text
Missing Variant
CompanyInfo Record Company Information
Pic Text
Path DotNet System.IO.Path.'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
InlineShape DotNet Microsoft.Office.Interop.Word.InlineShape.'Microsoft.Office.Interop.Word, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'
tmpStr1 Text
tmpStr2 Text
While calling the Function in am getting "Type Mismatch" error .This is because of the parameters passed in Inlineshapes.Addpicture.
Kindly guide.
Thanks in Advance
Regards
Prateek
0
Comments
-
I have the same problem. Any solution?0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions