Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A question about XML
Message
From
02/03/2005 17:24:35
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00992184
Message ID:
00992191
Views:
23
mvar1="c:\ralXML.xml"

XMLTOCURSOR(mvar1,mvar1,512)

is that correct ?

this gives me error

msxml3.dll the system cannot find the object specified

Now i know that the example xml stuff from the help file all works as i have run it..

namely....

CLEAR
CLOSE DATABASES ALL
USE HOME()+'samples\data\customer'
CURSORTOXML('customer','lcXML',1,48,5,"","","")
* XMLTOCURSOR() inserts incorrect characters in the resulting cursor.
XMLTOCURSOR(lcXML,"curCustomerList",4)
* Use STRCONV() in XMLTOCURSOR() to convert to DBCS data correctly.
XMLTOCURSOR(STRCONV(lcXML,11),"curCustomerList",4)
BROWSE
RETURN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform