Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursortoXML()
Message
From
24/05/2002 21:52:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
CursortoXML()
Miscellaneous
Thread ID:
00661311
Message ID:
00661311
Views:
41
Hi,
I would like to use cursottoxml() to convert my table to XML and return it to called program (e.g. VS.NET app) as following
CURSORTOXML("mytable", "aaa")
return aaa
It works fine. However, If I bind it to datagrid
VS.NET

datagrid1.datasource = myvfpwebservice.mymethod()
datagrid1.databind()
datagrid doesn't show my data correctly. It shown one character per row but not as same as my table.

Anything that I do wrongly?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Reply
Map
View

Click here to load this message in the networking platform