Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HELP! using DLL (created in foxpro) in Internet Explorer.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
HELP! using DLL (created in foxpro) in Internet Explorer.
Divers
Thread ID:
00602208
Message ID:
00602208
Vues:
63
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform