I try to open a window activex in html page with no success.(I use PB
8.0)
I have followed powerbuilder help.
First I have created a new PB application which contains a simple
window child
I have generated a .PBD
I have registered the activex on my machine by using the MS-DOS regsrv32
command(PBRX80.ocx)
All is on my local machine.
The location of the ocx and the .pbd is C:\WINNT\SYSTEM32\
I use Internet Explorer 6.0
I have created an html page with this code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Test ActiveX</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
</BODY>
</HTML>
<body>
<object CLASSID="CLSID:88881304-8888-1000-8000-080009AC61A9"
name="PBRX1" width="400" height="250" id="OBJECT1">
<PARAM NAME="_StockProps" VALUE="0"></PARAM>
<PARAM NAME="PBWindow" VALUE="w_test"></PARAM>
<PARAM NAME="LibList" VALUE="C:\WINNT\SYSTEM32\webpb.pbd"></PARAM>
<PARAM NAME="PBApplication" VALUE="webpb">
</object>
</body>
</html>
Could you help me ,It doesn't work and I don't have any idea !
Thanks