Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data type changed by code
Message
From
11/11/2002 10:30:10
 
 
To
11/11/2002 10:14:13
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00720979
Message ID:
00721018
Views:
10
This is the command line in the business object that creates the xml string:
nDone = CursorToXML(cAlias, 'this.xmlRslt', 1, 0, 0, '1' )

This is the command line in the client object that reconstructs the cursor:
nRetVal = XMLTOCURSOR( _Screen.oApp.oBizObj.xmlResult, cAlias )

Adding the inline schema really speeds things up, but it doesn't fix the data type conversion issue.

>
>Create a XML Schema for your XML passing parameter. Try this:
>
>* Here already have with the schema, the last parameter ("1") in sample is
>* that say for VFP to create the schema.
>CURSORTOXML("MyCursor", "MyVar", 1, 0, 0, "1")
>
>Good Luck!
>Bye!
Previous
Reply
Map
View

Click here to load this message in the networking platform