Questions tagged [ole]

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

In Microsoft Windows applications programming, OLE Automation (now just Automation), is an inter-process communication mechanism based on Component Object Model (COM) that is used by languages that run on Windows.

References:

1296 questions
-2
votes
1 answer

How to create an index in word file programmatically?

Suppose there is table of thousand data items and we need to create an index of any of the items. So,how can an index be created in Docx file programmatically i.e with the help of docx4j.
shivani
  • 1
  • 3
-2
votes
1 answer

A copy of Excel Addin is created in My Documents after saving

I have an application (running in IBM Notes, using Lotusscript etc.) that create a new Excel object via OLE automation. In my app I create a new Workbook and saving it to a temporary folder (I am saving it as Excel Worksheet w/o macros -> type 52)…
Oliver Busse
  • 3,375
  • 1
  • 16
  • 26
-2
votes
2 answers

Warning:Procedure with compilation errors

Am i handling the below procedure in a correct way, there are some compilation errors, can someone help me the errors i did. create or replace PROCEDURE CRangeproc(in_termid IN VARCHAR2,in_cardno IN VARCHAR2,outcount OUT NUMBER,outissu OUT…
1001
  • 23
  • 1
  • 4
  • 10
-3
votes
1 answer

changing the back ground color of an Excel chart in C#

I'm working on creating an Excel Chart from my C# application that pulls data out of my SQL Server database, and using that data, creates some Charts in an Excel instance. I have a pie chart that displays with the data, and all is well, accept I…
mdmenard
  • 183
  • 1
  • 1
  • 9
-3
votes
1 answer

How can I change the colourindex of a word in a string for msword using Win32:OLE?

I am actually trying to change the color index for the first word with braces in an array so they show up in the right color in Word 2003. For example, if I have an array like this: @array=" (This) is (perl), perl is a great…
User1611
  • 1,081
  • 4
  • 18
  • 27
-4
votes
1 answer

Why Delphi Excel OLE functions does not correspond to the specificiation?

I am trying to copy-paste from one Excel into another Excel programmatically from the Delphi code, the extded question and the source code is in Excel Copy-Paste from Delphi (OLE) with all the formatting? It is possible to copy-paste the…
TomR
  • 2,696
  • 6
  • 34
  • 87
1 2 3
86
87