Hi, im trying to print to a label and i can make it to print a line using a specific font.
I read several forums and people suggest to use the ? to print on dot matrix printer for the types of labels im using, well i tried and most of the data shows in the printout except a field where i have a upc number store, i want to print this number using a font called upca which generates a barcode. Anyways im calling something like this to print to the label, like i said everything prints fine except the line where I want the printout with the upca font. I also tried using the report and the label from within vfp9 and it works fine, the only thing is that even though im especifying a size of the label it print like if im printing in a letter size sheet. i tried creating a custome paper form from within windows and had no luck, anyways using the ? show okay but i need help how to use the upca font in the second line of code below.
? descript
? upca(inv->upc) font "upca" && this is where im trying to us the upca font to print what is stored in the inv->upc field but the printout doesn't show the font, its not working. Do you have any idea how i can acomplish this?
Thank
I read several forums and people suggest to use the ? to print on dot matrix printer for the types of labels im using, well i tried and most of the data shows in the printout except a field where i have a upc number store, i want to print this number using a font called upca which generates a barcode. Anyways im calling something like this to print to the label, like i said everything prints fine except the line where I want the printout with the upca font. I also tried using the report and the label from within vfp9 and it works fine, the only thing is that even though im especifying a size of the label it print like if im printing in a letter size sheet. i tried creating a custome paper form from within windows and had no luck, anyways using the ? show okay but i need help how to use the upca font in the second line of code below.
? descript
? upca(inv->upc) font "upca" && this is where im trying to us the upca font to print what is stored in the inv->upc field but the printout doesn't show the font, its not working. Do you have any idea how i can acomplish this?
Thank