Here's my scenario.
I have a legacy app which was originally developed using FP 2.x which I have almost finished re-developing in VFP9. Part of this app is used for issuing membership/loyalty cards.
On the front of the card is printed the member name and number. On the back is a magnetic strip which is encoded with the member number and a few other bits of data.
The front is printed using whatever Windows font we choose, and the mag strip is encoded using special mag strip fonts developed by the card printer manufacturer which when 'printed' are interpreted by the printer as mag strip encoding rather than an image to be printed on the card.
For the life of me, I can't get VFP9 to encode the mag strip. I had to issue SET REPORTBEHAVIOR 80, print the card, then go back to SET REPORTBEHAVIOR 90 to run other reports.
For lack of a better way to word this question, does anyone know how I can get VFP9 to output encoded data rather than think it should be generating an image?
-Dave Summers-
Even more Fox stuff at:
I have a legacy app which was originally developed using FP 2.x which I have almost finished re-developing in VFP9. Part of this app is used for issuing membership/loyalty cards.
On the front of the card is printed the member name and number. On the back is a magnetic strip which is encoded with the member number and a few other bits of data.
The front is printed using whatever Windows font we choose, and the mag strip is encoded using special mag strip fonts developed by the card printer manufacturer which when 'printed' are interpreted by the printer as mag strip encoding rather than an image to be printed on the card.
For the life of me, I can't get VFP9 to encode the mag strip. I had to issue SET REPORTBEHAVIOR 80, print the card, then go back to SET REPORTBEHAVIOR 90 to run other reports.
For lack of a better way to word this question, does anyone know how I can get VFP9 to output encoded data rather than think it should be generating an image?
-Dave Summers-
Even more Fox stuff at: