I have a Visual Foxpro application that uses the IE Activex control. When the user selects an Item (A route) in a VFP list box, I use FWRITE to create an HTML page that Uses Javascript/HTML and php to build a local page. I then set the Navigation of the browser to that page. When the user mouses over a stop on in the browser a pop up box allows them to add data in the Browser window. The data is saved to SQL Server and the navigate function kicks off a refresh from the VFP side.
In essence, the browser page and VFP are working together. Additionally I use a lot of GDI + objects for custom buttons and gradient backgrounds.
I am going live with this product very soon and I am in the process of Installing Xendesktop for my clients. Foxincloud looks like it would save me a considerable amount of money, but I don't know how it works with the the browser object or referencing local files.
Any light on the subject would be greatly appreciated.
Thanks.
Herb