We are using PowerBuilder 11.5. Mail merge was working corr开发者_运维问答ectly with MS Word 2005. After we switched to Word 2007, mail merge is no longer inserting fields. How can we fix this?If you
I have a Service application that crashes only on one PC (Windows XP) when shutting down via Services.
I have a view which is initialised via OleControlSite and invoked via OleAutomation. It is actually a 开发者_运维知识库media player which I call in a view after user right clicks the file and calls Pl
I dynamically create some ActiveX controls in my MFC app. I want to handle their event such as click, dblclick. But I don\'t know what kind of message should I catch where to put the code to catch the
I\'m attempting to make my Delphi membership application automate with word2010, by creating an oleobject instead of a form component:
I have developed a Out-Of-Proc-COM-Server in C++ with Visual Studio 2010 to avoid the 64-bit vs. 32-bit problem in Shellextensions (http://blog.mattmags.com/2007/06/30/accessing-32-bit-dlls-from-64-bi
i am preparing myself for importing data from excel sheet to sql server 2005.I have few requirements while i import data from excel sheet to database.I have searched a lot but i am unable to find the
I\'m trying to automate the sending of an email with an embedded attachment and some text that implements HTML code but it seems that the code that I am using will not allow me to create an HTML bolde
I\'m working on an Eclipse RCP plugin that contains a View.This View contains an OleControlSite that hosts an Excel workbook.
I\'m trying to open a word document and just extract all the text that is in the document and display it to the user using Win32::OLE