You can certainly get VFP data into Silverlight. Create a multithreaded DLL in VFP with methods to return data as XML. Like GetCustomers(), and so on.
Create a Windows Communications Foundation (WCF) service in .NET. Add a reference to the VFP DLL and create functions that call the VFP DLL methods and convert the results into DataSet. Then create contracts on the service to return the datasets. Once you have the WCF service you can leverage it anywhere including Silverlight projects. On Fri, 14 May 2010 16:46 +0100, "Andrew Stirling" <[email protected]> wrote: > > heres a talk about it > http://cdn3.libsyn.com/akselsoft/FoxShow63.mp3?nvb=20100514141203&nva=20100515142203&t=08ba7fefce8daa565830b > > -- > Andrew Stirling > 01250 874580 > http://www.calcpay.co.uk > HMRC Accredited UK payroll program > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

