Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Corespondencia de campo Integer com o Fox
Message
From
13/08/2002 06:58:33
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
12/08/2002 19:57:16
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00688856
Message ID:
00689035
Views:
31
This message has been marked as the solution to the initial question of the thread.
Olá Edson!

Segue abaixo exemplo que pode ser utilizado.
LOCAL MinhaVariel

CREATE CURSOR MeuCursor (Nome Char(20), QtdCompras Integer)
INSERT INTO MeuCursor VALUES ("Edson Oliveira", 1)
INSERT INTO MeuCursor VALUES ("Fábio Barbosa", 0)

* Aqui está sem o schema
CURSORTOXML("MeuCursor", "MinhaVariel")
MessageBox(MinhaVariel)

* Aqui já está com o schema, o último parâmetro ("1") é que determina a 
* criação do mesmo
CURSORTOXML("MeuCursor", "MinhaVariel", 1, 0, 0, "1")
MessageBox(MinhaVariel)
Qualquer dúvida é só falar.
Até mais.
Erick
Força Sempre!
Strength Always!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform