OLE Automation, is an inter-process communication mechanism based on Component Object Model (COM).
0
votes
1answer
20 views
How to list items of a collection with Word Ole Automation
I'm using the SWT OLE api to edit a Word document in an Eclipse RCP. I read articles about how to read properties from the active document but now I'm facing a problem with collections like sections.
...
0
votes
1answer
40 views
Equivalent of _variant_t in Qt
I am trying to translate a Visual-C++ code to Qt.
Is there an equivalent of _variant_t?
The code is:
//
// Get safarray containing all vectors from multibuffer
//
_variant_t ...
0
votes
0answers
20 views
Perl Excel OLE error opening different files from two scripts simultanesouly
Trying to open and write data into two different excel files from separate perl scripts but simultaneously.
It doesn't throw any error if run one after other. But while running simultaneously it one ...
2
votes
1answer
42 views
Calling an excel macro with paramters from SAP ABAP
How can I call an excel macro with parameters from ABAP? I've found plenty of references for calling a macro without parameters online using the following method:
CALL METHOD OF obj_ex_APP 'Run'
...
-1
votes
0answers
45 views
Perl to open two excel files simultaneously
In Perl using Microsoft Excel OLE, is it possible to work (open and write data) on two
different excel files simultaneously?
I am just a novice perl user and if i try to run the existing scripts ...
0
votes
1answer
37 views
How to save a document opened within an SWT OleClientSite in an eclipse EditorPart?
I started to use the SWT OLE api to edit Word documents in an Eclipse RCP. I created a custom editor wich extends org.eclipse.ui.part.EditorPart and which contains an OleClientSite object.
The problem ...
0
votes
1answer
69 views
Export Time in DBGrid to Excel OLE [duplicate]
i have a trouble in my project.
i want to export my data in dbgrid to excel with ole.
when i export field that contain time (format shorttime hh:mm) to excel, it showing in excel as long date format ...
0
votes
1answer
105 views
Save pdf in Delphi using AcroPDF.dll library or TOleContainer
I need to execute SaveAs method of the file is loaded to the class object TAcroPDF (ActiveX Acrobat Reader - AcroPDF.dll). The property is loaded with LoadFile method.
In addition, I have a question ...
1
vote
1answer
60 views
International date formatting issues in OLE Excel output
In a product I am currently working with Excel spreadsheets are generated using OLE from Delphi. The spreadsheets include a number of dates where the application loads the shortdate format from the ...
-2
votes
1answer
35 views
How to import forms,reports and module data in .accdb file
I am work on office access 2013 database. I need some forms,Reports,modules are import one .mdb file to .accdb file using progmatically (OLE and any other technology).
1
vote
1answer
19 views
Outlook Redemption 1st Step Problems
I am trying to work with Outlook Redemption using Python. Currently I am hitting an error just trying to get things working.
import win32com.client
session = ...
1
vote
2answers
36 views
Do I need to close OleDbDataReader everytime I use it?
I am using the OleDbDataReader class in my c# project and my program keep locking up my mdb file after it runs. I am wondering how do I close my connection reliably at the end to release the lock. ...
0
votes
1answer
49 views
Machine dependent results for OLE check of MSWord version
With this code to retrieve the version of the installed MS Word:
uses uses oleauto;
[...]
function TForm2.GetWordVersion:string;
const
wdDoNotSaveChanges = 0;
var
WordApp: OLEVariant;
...
0
votes
0answers
56 views
In Delphi, what is the proper way to surface objects created internally in an Automation Server? [closed]
I'm expanding an automation server we have written in Delphi XE and I am now getting Access Violation errors, but only when I run it on some PCs. It runs fine on mine, but fails on my coworkers'.
In ...
0
votes
0answers
26 views
Ruby Automation with Attachmate Extra
I am trying to convert an Attachmate Extra! (Mainframe Emulator) Macro into Ruby Script make it more robust. I am looking of the connections string like if I was going to connect to excel I would:
...
5
votes
1answer
122 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 ...
1
vote
1answer
72 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
143 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
54 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
18 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
7 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
36 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
59 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
95 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
75 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
154 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
40 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
98 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
186 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
96 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
25 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
419 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
100 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
71 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
152 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
142 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
13 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
27 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
115 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
68 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
14 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
37 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
164 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
287 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
80 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
222 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
84 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
137 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
141 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
67 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 ...






