0 votes
357 views
in Coach Views by (21.5k points)

1 Answer

0 votes
by (21.5k 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 957 views
0 votes
0 answers 603 views
0 votes
0 answers 418 views
0 votes
1 answer 1.0k views
0 votes
0 answers 403 views
0 votes
1 answer 424 views
0 votes
0 answers 488 views
0 votes
2 answers 671 views
0 votes
1 answer 1.2k views
0 votes
0 answers 1.1k views
0 votes
1 answer 702 views
0 votes
0 answers 768 views
0 votes
0 answers 620 views

634 questions

495 answers

97 comments

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