Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XmlToCursor
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00808271
Message ID:
00808295
Views:
11
This message has been marked as the solution to the initial question of the thread.
Oi Paulo,

Foi você mesmo que gerou o cursor noutro momento?... se sim fica mais fácil. Pra estrura ser mantida você precisa pedir que o cursor seja gerado com Schema.

Creio que você esteja gerando o XML da seguinte forma:
CursorToXML("Pag", "lcXML")
Mude pra:
CursorToXML("Clientes", "lcXML", 1, 0, 0, "1")
Como o Fábio Vazquez explicou no livro dele, o sexto parâmetro sendo "1" será gerado um Schema inline para que a estrutura do cursor de origem seja obedecida.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform