0 votes
534 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.6k views
0 votes
1 answer 1.0k views
0 votes
0 answers 798 views
0 votes
0 answers 556 views
0 votes
1 answer 1.4k views
0 votes
0 answers 546 views
0 votes
1 answer 616 views
0 votes
0 answers 738 views
0 votes
2 answers 995 views
0 votes
1 answer 1.7k views
0 votes
0 answers 1.3k views
0 votes
1 answer 1.1k views
0 votes
0 answers 1.1k views
0 votes
0 answers 894 views

635 questions

495 answers

98 comments

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