MdotButler
Programmer
I have a check print program that because it has to switch printer trays is not done using a standard FoxPro FRX report. Instead I use a "Set Device to Print" and issue "@row, column SAY 'ssssssss'" type commands. In VFP 7 I used to be able to send the check signature image using:
@lnRow,lnColumn SAY 'signature.bmp' BITMAP SIZE 3,20 ISOMETRIC
This has worked from FoxPro 2.6 through VFP 7. Now in VFP 9 I get a syntax error. Basically I have to remove the "SIZE 3,20 ISOMETRIC" parameters. Is there another way to accomplish this, or do I have to make the image the correct size. I am afraid if I do the latter that the signature image will print differently on different printers.
Any suggestions out there?
Thanx
Mark
@lnRow,lnColumn SAY 'signature.bmp' BITMAP SIZE 3,20 ISOMETRIC
This has worked from FoxPro 2.6 through VFP 7. Now in VFP 9 I get a syntax error. Basically I have to remove the "SIZE 3,20 ISOMETRIC" parameters. Is there another way to accomplish this, or do I have to make the image the correct size. I am afraid if I do the latter that the signature image will print differently on different printers.
Any suggestions out there?
Thanx
Mark