Calling a FoxPro Report from .Net -


Does anyone have the experience of calling the Visual FoxPro report from an actual FoxPost? They both want to see the report and want to print it.

Let me know the FoxPro application. And the client wants to keep a FoxPro database + report, but a new one .

They have a detailed Fox report that they want to keep, have anybody tried to do this?

I have not tried to do it personally; Although Windows Projects have the ability to compile FoxPro (at least v.7.0) as a COM object, which can be useful in this situation. In addition, in version 9.0 they have added the capacity of the report listener, which allows you to have more control over the reports. Between these two capabilities, you should be able to make a report call from the net.

And as far as access to Fox Table, Microsoft offers OLE methods to interact with them.

Sorry not my answer but hopefully the link will help.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -