OLE Automation, is an inter-process communication mechanism based on Component Object Model (COM).

learn more… | top users | synonyms

3
votes
1answer
35 views

Why doesn't WINWORD.EXE quit after Closing the document from Delphi?

I managed to distill one of the underlying issues rooted in my question How to trace _AddRef / _Release calls for OLE Automation objects in the unit below. I'll answer this answer too, just in case ...
0
votes
0answers
39 views

How to trace _AddRef / _Release calls for OLE Automation objects

(Delphi XE2 update 4) I'm trying to get a big Microsoft Word OLE automation unit I inherited (based on the early binding TWordApplication and interfaces from the WordXP/Word2010 units) to close ...
1
vote
2answers
53 views

Multiple lines in same excel cell using OLE

I have some SAP OLE code that takes an internal table and pastes it into excel. However one field requires two lines within the same cell. I've tried using CL_ABAP_CHAR_UTILITIES-NEWLINE and ...
0
votes
1answer
26 views

Passing data via OLE to existing Excel file - ABAP

I'm trying to export several tables to an Excel file using OLE. Right now, I'm developing the hole file (merging cells, borders, shades, places, etc..). But I already have an empty file. Is it ...
1
vote
0answers
8 views

open .csv files with in-place excel in eclipse

If I open an .xls file from eclipse it opens using excel embedded in eclipse, however if I open a .csv file it opens excel as a separate application. How do I configure eclipse to use the in-place ...
0
votes
0answers
4 views

attempted to use an object that has ceased to exist

I have an app that is using OLE compound storage and for each stream it uses an CArchive that has the boolean m_bForceFlat on FALSE. If I perform a copy on an PowerPoint object and place into my app, ...
0
votes
0answers
25 views

Create docx with older msword8.h using Office 2010

When using Office Automation with MFC we have an old application written in Visual C++ that uses the headers from msword8.h of Word97, were are changing our systems to use Office 2010 i would like to ...
0
votes
2answers
41 views

Selecting a range in a worksheet C#

I currently have the following code opening and reading in an excel spreadsheet: var connectionString = string.Format("Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};Extended Properties=Excel ...
0
votes
0answers
48 views

OLE initialization failed - MFC Visual Studio 2010 Windows 7

I have a Visual Studio 2010 solution for an MFC application that used to run just fine on my Windows 7 machine. Today when I tried to run it, although it still compiles successfully, it gives me the ...
0
votes
1answer
50 views

How to find exact cell having matched string in excel in perl using OLE

I am trying to find exact string in excel sheet using Find command. I was successful to find the cell having the string, here the problem is i am not able to find cell matching given exact string. ...
7
votes
4answers
126 views

VBA to Prevent Keyboard Input While a Package Object (XML) is Read into ADODB Stream?

I am developing an application which opens and reads an XML document previously embedded in a PowerPoint presentation, or a Word document. In order to read this object (xmlFile as Object) I have to ...
2
votes
0answers
32 views

OLE Error Message

I write a program in C#.Net 2010 in .Net Framework 4.0 Client Profile with SQL Server CE 3.5 SP2 using ADO.Net. I've packed my App by Advanced Installer and included prerequisites: SQLServerCe 3.5 ...
3
votes
1answer
97 views

What is interactions of correlations for two interfaces with same GUID

I used to think that type safety in Delphi with regard to Interfaces is maintained by setting a unique (optional, but unique if filled in) GUID to it. Then there came that question: Unspecified error ...
4
votes
1answer
157 views

Unspecified error when calling Word CentimetersToPoints via OLE

The following code fails with an OLE 800040005 "unspecified" error on the CentimetersToPoint call when executed in Delphi (XE), the similar VBS or VBA version passes var w : OleVariant; w := ...
1
vote
4answers
76 views

Can Win32::OLE be used in parallel to start multiple instance of Matlab?

When Parallel::Loops is combined with Win32::OLE to create multiple instance of Matlab, if we use my $ML = Win32::OLE->new('Matlab.Application') or die "Cannot start MATLAB" in each loop, the ...
0
votes
0answers
20 views

Win32::OLE signin to Microsoft Outlook

I am using the Win32::OLE to automate the Microsoft outlook. I am able to get the functions for writing emails, getting emails, calendar events etc. But how can I signin to outlook using some ...
1
vote
2answers
212 views

Could not convert variant of type (Null) into type (OleStr)

Do you know why the block of code bellow will negate the "Could not convert variant of type (Null) into type (OleStr)" on some computers, not all of them but 3 out of ten computers generate the error ...
3
votes
2answers
86 views

What is the meaning of 0x800a1421 HRESULT?

I have a dll written in C++. It's main purpouse is to call methods on Word by OLE. I try to call a method "SaveAs": HRESULT hr; szFunction = OLESTR("SaveAs"); hr = doc->GetIDsOfNames(IID_NULL, ...
0
votes
1answer
62 views

ABAP OLE - Checking if an OLE object is password protected

So I want to open a password protected excel file prompting the user to enter the password BUT I want to check that the file does in fact require a password before I prompt the user. My current ...
3
votes
1answer
128 views

ABAP OLE - Open excel password protected workbook

I'm trying to open a password protected excel file using SAP ABAP OLE OBJECT as follows: DATA: lt_excel_line(4096) OCCURS 10 WITH HEADER LINE. DATA: app TYPE ole2_object, workbook TYPE ...
1
vote
2answers
110 views

How to cast OleVariant to IDispatch derived? [closed]

I bring today another question that is burning my head, I do import a DAO 3.6 type library to my delphi 7, and I start to see many interesting intefaces so I face on intriguing question. Every time ...
0
votes
0answers
12 views

How do I set the Date modified on files created via OLE automation procedures?

I have some scripts that use OLE automatation procedures (http://stackoverflow.com/a/4088007/752690) to create files, I'm wondering if it is possible to set the Date modified of files created using ...
1
vote
1answer
24 views

What is Source Application in OLE

I have some questions about Object Linking and Embedding (Visual Basic) 1. What is meant by Source Application in OLE? 2. Why it is used ? Thanks in Advance
0
votes
3answers
89 views

How to read/write excel checkbox status in c++

I am working on an issue that requires me to read/write status of a checkbox in a given cell in Excel. I know that you can access activeX controls can be accessed using COM/OLE. However, I have not ...
0
votes
1answer
54 views

Build Warnings Related to COM Reference (Version 1.0 Type Library) and VS 2010

I just finished restructuring and upgrading a bunch of C# projects from Visual Studio 2008 to Visual Studio 2010. Additionally, all of the projects were changed to target the .NET 4.0 runtime. ...
0
votes
1answer
12 views

How do I display an XPS document in Access?

I have some XPS report and want to display that inside an Access form. How do I do that?
0
votes
0answers
27 views

Issue with IE when downloading document

I have a web application which allows users to upload/download files. I am facing problem with a Word document that has an Excel embedded in it (Size of both files is less than 50 KB). When embedding, ...
0
votes
0answers
32 views

VARIANT members not resolved in C++ OLE automation application (Eclipse IDE)

I'm developing a C++ application that reads and writes to Excel using OLE automation (code based on this: http://support.microsoft.com/kb/216686). The application has been up and running just fine ...
3
votes
1answer
154 views

How to handle excel using OLE module?

Friends, I wrote a Perl script to convert a set of CSV files into spreadsheet format using Spreadsheet::WriteExcel. After some research I came to conclusion that there is no option to fix column ...
1
vote
3answers
195 views

SSIS: “Incorrect syntax near 'GO'.” error

I am using SSIS within Visual Studio 2012 running against SQL Server 2012 database. I get the error shown below when using OLE DB Source. This OLE DB Source is executing the SQL similar to that shown ...
0
votes
0answers
66 views

Windows Security Descritor

I am trying to create a folder in the Windows Task Scheduler using the ITaskFolder::CreateFolder method, I'm having problems choosing a proper security descriptor. the second parameter to this ...
0
votes
3answers
128 views

Column Width autofit functionality using perl

I have generated the excel sheet using set of csv files using perl script.In that i need to set width of the column as auto-fit.What 'm suppose to do i've got The way to do this in the module called ...
1
vote
0answers
70 views

Word 2007 OLE Locks File and Won't Close

My application recognises RTF on the clipboard and 'Paste' saves that RTF to a temporary RTF file. I then use COleClientItem::CreateFromFile to embed the data as an OLE RTF document (rendered by ...
1
vote
1answer
112 views

How to pass HWND with InvokeHelper for calling .NET COM object?

UPDATE I have made a test project for the original question (that I moved below). C# code: namespace TestManagedCom { [ComVisible(true)] public class DummyObject { public void ...
0
votes
0answers
119 views

Difference between Excel automation with Perl and VBA?

What is the difference between the execution of Find (for Cells with specific content) between VBA within Excel and Perl with Win32::OLE? I have two code snippets operating on the same data (i.e. the ...
0
votes
2answers
61 views

Include both single and multiple text strings with Regex (in Ruby)?

so I have this problem where I am to list every country in a list in Excel by using Open-URI. Everything is working properly but I can't seem to figure how to get my RegExp-"string" to include ...
1
vote
0answers
54 views

Setting file to print to wdDialogFilePrint

I am using OLE automation to embed MS Word functionality in an eclipse RCP application. I would like to use the wdPrintFileDialog of Word as an icon for the user to print the embedded document. If ...
0
votes
0answers
34 views

Excel OleObject remove duplicates

I've got an OleObject on which I transfer data to excel. I've been following the documentation here which has helped a lot: http://msdn.microsoft.com/en-us/library/office/bb245302(v=office.12).aspx ...
1
vote
2answers
184 views

Keeping Excel open after Application ends (Delphi Automation)

I'm using Delphi 2007's ExcelXP components as explained here to connect to MS Excel and populate some fields in a worksheet. That works as it should, I can modify the worksheet all I want. However, ...
0
votes
1answer
31 views

Find Recurring Outlook Events Happening Today

I have a Ruby script using Win32OLE to read through my Outlook events and find events ocurring today (based on the Start date value). events_today = '' calendar.Items.each do |appointment| ...
3
votes
1answer
136 views

Extract bitmap from TOleContainer?

I'm trying to extract bitmap from TOleContainer using the IDataObject's GetData method. OleContainer1.CreateObject('Paint.Picture', false); ...
0
votes
1answer
115 views

New Outlook MailItem saving in Inbox rather than Drafts

I have to create emails and save them in an Outlook (2007) Drafts folder. I am using Perl (ActivePerl 5.12.3) and the Win32::OLE module. If Outlook is already open it works correctly. Elsif I ...
0
votes
2answers
72 views

How to find out if there is a .NET Interface defined by Microsoft for an existing Microsoft COM Interface

For example, IWebBrowser2 is basically a COM interface originally made for IE. But the same interface is defined in .NET in Microsoft.ShDocVw.dll which can be directly used in a .NET program. For ...
1
vote
1answer
74 views

MS Access client: store documents in Oracle table

I would like to try storing documents in an attached Oracle table from MS Access, exactly like one can do with OLE Object fields in Access tables. Is that working ? Which field type is to be used in ...
0
votes
1answer
21 views

XML OleObject GetChildNodes

So I have the following xml: <ElementList> <Element> <Row1>row1text</Row1> <Row2>row2text</Row2> </Element> </ElementList> ...
0
votes
1answer
29 views

How to get handle to container and/or the browser

Hi I have simple COM type implemented in .NET. It is not an activeX control. This type is instantiated through javascript using the ActiveXObject("TypeName"). Now, in the .NET code, how to get the ...
0
votes
2answers
137 views

In SSIS how do I access the result of running an OLE DB Command?

I am using SSIS within Visual Studio 2010. My package looks like: OLE DB Source -> Multicast -> 7 OLE DB Command's The sixth of the above mentioned seven OLE DB Command's contains: SELECT r.DeviceID ...
1
vote
0answers
41 views

Method getProperty of OleAutomation class of SWT.jar returning null for property ActiveSheet

I am using SWT.jar to create an excel sheet and populate data. I am using these lines of java code: int[] rgdispid = theOleAutomation.getIDsOfNames(new String[]{thePropName}); Variant ...
0
votes
1answer
219 views

Parse MathType MTEF data from OLE binary string

There is a need to convert the MathType equations in the MS-WORD 2003 or below to MathML in order to render nicely on the the web. The MathType's built in function "Publish to MathPage" can do the job ...
0
votes
0answers
50 views

touch support with the OLE function DoDragDrop

"The OLE function DoDragDrop implements a loop that tracks mouse and keyboard movement until such time as the drag is canceled or a drop occurs." And it works for me with mouse. But now I also want ...

1 2 3 4 5 12