How To Import Edraw Office Viewer ActiveX Control in Delphi

Edraw Office Viewer Component can display and interact office document in the delphi program. Here is how to import Edraw Office Viewer ActiveX Control in Delphi.
1. Start Delphi and select Component | Import ActiveX Control… (recommend Delphi 2007/2009)

2. Look for the Edraw Office Viewer Component you wish to import (dialog displays the ActiveX controls registered on your system).

3. Select the Component palette location in which you want to place selected library.

4. Maybe the best is to leave the ActiveX option selected.

5. Click on Install.

6. Select a package where the new component must be installed or

7. Create a new package for the new TSomeActiveX control.

8. Click on OK.

9. Delphi will prompt you whether you want to rebuild the modified/new package or not.

10. Click on Yes.

11. After the package is compiled, Delphi will show you a message saying that the new Office Viewer Component was registered and already available as part of the VCL.

12. Close the package detail window, allowing Delphi to save the changes to it.

13. The component is now available in the ActiveX tab (if you didn’t change this setting in step 4)

14. Drop the component on a form, and simply: use it.

Tips:
1. In step 3, selecting the component palette for new Edraw Office Viewer Component allows you to group controls by function or vendor, for example.
2. The component wrapper is linked into the application executable file (or a runtime package), but the .OCX file for the component also needs to be deployed with the application.
3. ActiveX controls need to be registered on the deployment computer before use. Installation programs such as InstallShield Express automate this registration process.

Need Solution for Different Document Mode of IE browser to host office document

I have checked your demo site http://www.ocxt.com/officeviewer.htm, for displaying the office files (pdf,doc,xls,ppt,xlsx,docx) in the IE Browser for our web project Implementation.

It’s perfectly displaying all the file types of MS office in IE browser in Document Mode: Quirks only, but for other types of Document Mode (IE 7 Standards, IE 8 Standards, IE 9 Standards)

Your site is not working/displaying the MS office files in the IE browser.

Please give me yours feedback for this issue as soon as possible.

we need to open MS office files in all the types of IE Document mode (IE 7 Standards, IE 8 Standards, IE 9 Standards)

If your Control Help us then we can Buy license version for our Project.

Cannot save excel if cell is being edited

We have been using EDraw in our product for several months. During that time we have been quite happy, however there have been some complaining, that every now and then Excel stucks when content is saved.

The problem seems to be somehow related to the editing of Excel cell. If user is editing a cell and hasn’t accepted the value yet by pressing enter, the EDOffice methods cannot be called.

It may be demonstrated with following javascript code:

try

{

a = document.EDOffice.GetApplication();

alert(a.Name);

}

catch(err)

{

alert(“Error, cannot get the application type.”);

return;

}

If no cells are being edited, the messagebox shows “Microsoft Excel”. However, if a cell is being edited, the program either gives the error message in the catch statement, or gets totally stuck (must be killed with taskmanager).

Do you know any way to overcome this problem? The best way would be to somehow programmatically accept the cell value before saving. If that is not possible, it would be helpful if it was possible in some way to detect the erroneous situation before calling the EDOffice methods which cause the stuck.

Edraw Viewer with Excel COM/Excel Add-in

I have been looking at Edraw for my next up coming project. I noticed that Edraw does not detect the Excel UDF/Excel Add-in but it does detect the COM add-in can you please put me in right direction.

Is there a way to open document directly from SharePoint URL?

I would like to embed the ms office viewer component to show word, excel and powerpoint files in our project. Is there a way to open ms office document directly from SharePoint URL? Save and Retrieve vice versa.

Install ActiveX Control

We would like to distribute the ActiveX control in our organization on several desktops. I understand we need to install the ocx and dll files. How do we install them and also what else needs to be done?
I do have the installation exe file but unfortunately we cannot push exe to desktops. Can you please help with this?

host word document in IE using Aspx page

We are using the Edraw Office Viewer Component. If we host word document in IE(Internet Explorer) using Aspx page(ASP.NET) what is the communication mode between document and code. Is there a way to receive events from the document.

Is there a way to run ActiveX components in Firefox?

Is there a way to run ActiveX components in Firefox through the use of a plugin?

I seem to have found a solution:

http://code.google.com/p/ff-activex-host/

“This Firefox plugin makes it possible to use ActiveX controls in Firefox. It is based on the Gecko NPAPI and provides full access to the hosted control (events, functions, properties).”

Other ActiveX plug-in that works. It is called neptune. See for more info http://www.meadroid.com/neptune/index.htm

How could asp page knows user save or edit the document.

I am using edraw viewer component for MS Word in our project. How could asp page (ASP.NET) knows user save /edit the document.

Can this be done?

Please see the link http://cpccame.com/helpdesk/officeOCXHelp.png   there is a tree control where we attach a xls file, we need to open and then display the file when the file in the tree control is clicked. As you can see the control is working as the file is opened and displayed, but after that you can not use the file nor interact with excel, the only way  is to minimize the aplication the maximize but after a click or two the officeoxc just hangs.

You can see a little poject we created so you can see what the control is doing just click on the second branch of the tree

http://cpccame.com/helpdesk/ejemploEDraw.zip

If we can do it we will buy the officeocx rightaway

thanks in advance

 

Rafael Castañeda