Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XmlToCursor Problem
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00773211
Message ID:
00773247
Views:
18
The XMLTOCURSOR() function internally uses MSXML 3.0. MSXML 3.0 merge module is included with VFP7.

>I learned this lesson the hard way! In the current release of our software, I used CURSORTOXML and XMLTOCURSOR to store and retrieve configuration data. Apparently, machines that have older version of IE will get:
>
>Error(1426): OLE error code 0x80040154: Class not registered
>
>on the XMLTOCURSOR line.
>
>In code, I create a cursor storing all my configuration data. Convert it to XML and store into a MEMO field. This way, when I add new configuration items into the cursor, I don't need to change anything in the code that save the cursor.
>
>My question is which version of IE do we need to XMLTOCURSOR to work?
>If updating IE is not practical, due to customer might not have internet access or unwilling to upgrade, is there another solution/suggestion?
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform