0 votes
477 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.4k views
0 votes
0 answers 747 views
0 votes
0 answers 513 views
0 votes
1 answer 1.2k views
0 votes
0 answers 499 views
0 votes
1 answer 558 views
0 votes
0 answers 593 views
0 votes
2 answers 887 views
0 votes
1 answer 1.5k views
0 votes
0 answers 1.2k views
0 votes
1 answer 960 views
0 votes
0 answers 1.1k views
0 votes
0 answers 846 views

635 questions

495 answers

98 comments

2.9k 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
...