Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wrong version of IE
Message
De
14/08/2002 10:09:32
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Wrong version of IE
Divers
Thread ID:
00689543
Message ID:
00689543
Vues:
62
Hi all,

In my code i use the following code to detect the version of IE

loIE=CreateObject("InternetExplorer.Application")
AGetFileVersion(laVersion, loIE.FullName)
WAIT WINDOW STR(VAL(LEFT(laVersion[4],4)))

I do this because we discovered that some functions in VFP 7 like XMLTOCURSOR and CURSORTOXML have problems when an older version of IE is installed.

Now I have a problem with certain clients were we are sure that there is a IE6.0 installed but the above code gives a version 5.5 as returnvalue. If we look in the info of IE it says 6.0 but if we try to use any XML functions we get a CLASS DEFINITION NOT FOUND.
The problem doesn't occur on all the computers just om some of them (windows versions are mixed 2000 en 98)

Any suggestions to were the problem may be found ?

Regards and thx in advance,

Guillaume
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform