I need to take values from FoxPro tables, print them to certain X, Y locations on a bitmap of a tax form, and put the whole thing out to a PDF. Can this be done in FoxPro?
I am replacing a VB program that does it using a Printer object.
Basically, what I get from it is: You can use the VFP LoadPicture() function to get a good Bitmap handle, which you can then pass to Win32 functions to draw on the bitmap.
- Bill
Get the best answers to your questions -- See FAQ481-4875.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.