I try to print Barcodes with Visual Foxpro and VPE 3.1. Following line should create my Barcode:
ThisForm.Vpe.Barcode(1000,0500,1500,0700,2,"123456","123456")
Everything I try in the last two parameters (numbers, text), the barcode is always '0000 0000'. Only art of barcode and positon changes.
Is there anything I missed to use them?
Thanks in advance for any tip!
Stefan