Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wrong version of IE
Message
From
14/08/2002 10:09:32
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Wrong version of IE
Miscellaneous
Thread ID:
00689543
Message ID:
00689543
Views:
63
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
Next
Reply
Map
View

Click here to load this message in the networking platform