Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorToXML support for multiple Cursors into a single X
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00507156
Message ID:
00508677
Views:
18
>Will VFP 7 support CursorToXML and XMLToCursor for several Tables in a single XML file?
>If not has someone written a work-around?

As Craig said, the standard functions don't. However, there is hope!!!

Calvin Hsia demonstrated a new feature of VFP 7. You can create your own COM server (in VFP or whatever) that implements the IVFPXML interface. With the new interface inheritance of VFP 7, this is very easy. Then you set a property of the _VFP object to tell VFP what class should be instantiated when t needs it. Then when you call the the native VFP function, VFP redirects the call to your COM class. I thought this was very COOL!!!

You can have code to handle CursortoXML, XMLtoCursor and XMLUpdategram.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform