Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating XML file
Message
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01356390
Message ID:
01356424
Views:
29
I'm glad it works for you.

>Thank you very much. This is what I was looking for.
>
>>
>>CREATE CURSOR crsGroups (grp_name C(10), email C(50))
>>
>>INSERT INTO crsGroups VALUES ("GROUP1", "myemail1@company.net")
>>INSERT INTO crsGroups VALUES ("GROUP1", "myemail1@company.net")
>>INSERT INTO crsGroups VALUES ("GROUP2", "myemail3@company.net")
>>INSERT INTO crsGroups VALUES ("GROUP3", "myemail4@company.net")
>>INSERT INTO crsGroups VALUES ("GROUP3", "myemail1@company.net")
>>
>>CURSORTOXML(ALIAS(), "lcXml")
>>*? lcXml
>>XMLTOCURSOR(lcXml, "crsXml")
>>BROWSE NOWAIT
>>
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform