Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE iDispatch Error - What does it mean?
Message
 
To
10/01/2007 17:17:48
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01183748
Message ID:
01184392
Views:
16
>See in the help file of VFP the walkthrough: Creating XML Web Services with Visual FoxPro.
>
>You also can read it online: http://msdn2.microsoft.com/en-us/library/aza7ha5h(VS.80).aspx
>
>Basically you have to create the webservice in your main branch. This is create a VFP Class with methods like GetOrdersbyAmount(cFilter)
>GetOrdersFromCustomer(cFilter)
>
>In each method apply the filter so you only return the needed records. Convert the records to XML using CursorToXML or the XMLAdapter.
>
>2. In your Client convert the returned XML into a Cursor with XMLToCursor.
>
>And that's it
>
>Well almost, the tricky part is WebService enabling the Server.
>
>Best Regards,
>
>Martin
Thanks, will keep you informed of my fun!
Take care and may God bless,
Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform