0 votes
561 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.7k views
0 votes
1 answer 1.1k views
0 votes
0 answers 819 views
0 votes
0 answers 578 views
0 votes
1 answer 1.4k views
0 votes
0 answers 561 views
0 votes
1 answer 636 views
0 votes
0 answers 826 views
0 votes
2 answers 1.0k views
0 votes
1 answer 1.8k views
0 votes
0 answers 1.4k views
0 votes
1 answer 1.1k views
0 votes
0 answers 1.2k views
0 votes
0 answers 911 views

635 questions

495 answers

98 comments

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