Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HELP! using DLL (created in foxpro) in Internet Explorer.
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
HELP! using DLL (created in foxpro) in Internet Explorer.
Miscellaneous
Thread ID:
00602208
Message ID:
00602208
Views:
68
Hi all,

I do have a BIG problem.
I'm doing a systeme generating HTM page with some script and Multithread fox DLL


In the HMT page a do have a script. The script look similar to that..

....
..script
function LoadInfo()

var oMaxhelp;
oMaxhelp = new ActiveXObject('vfpdll.vfpdll');
alert(oMaxhelp.proceed('date()+30'));
return;

../script
....

Everything work find (user receive the alert) exemp that the user receive a message when the script create the activex object.

It said that the activex in not SAFE (unsafe).

I try to change the security level of IE, doesn't work.

Those HTM page are stored on the local drive of the user.

I did find some example to make a activex safe in VB (LIKE ALWAYS), but not in Foxpro.

Does anybody have any clues.


Thank you all.
Reply
Map
View

Click here to load this message in the networking platform