0 votes
494 views
in Coach Views by (21.6k points)

1 Answer

0 votes
by (21.6k points)

Active X can be incorporated into a Coach View by using HTML similar to this

To instantiate an ActiveX object in JavaScript, assuming the dll is correctly registered, you just have to use:

Regarding the tag, it is used when you want to embed the object directly in your HTML code, so that it will be instantiated when the document loads, instead of using JavaScript.

For example:

<object id="myObject" classid="CLSID:2D360200-FFF5-11D1-8D03-00A0C959BC0A"></object>

Then you can access the COM object with

var myObject = document.getElementById("myObject").object

Related questions

0 votes
2 answers 1.5k views
0 votes
0 answers 767 views
0 votes
0 answers 534 views
0 votes
1 answer 1.3k views
0 votes
0 answers 514 views
0 votes
1 answer 573 views
0 votes
0 answers 651 views
0 votes
2 answers 921 views
0 votes
1 answer 1.6k views
0 votes
0 answers 1.2k views
0 votes
1 answer 1.0k views
0 votes
0 answers 1.1k views
0 votes
0 answers 863 views

635 questions

495 answers

98 comments

3.1k users

Join BPM Community Discord Channel

Welcome to BPM Tips Q&A, Community wiki/forum where you can ask questions and receive answers from other IBM BPM experts and members of the community. Users with 2000 points will automatically be promoted to expert level.
Created by Dosvak LLC
Our Youtube Channel
...