Does anyone know of or have an interface to a graphical label designer package such as Label Matrix? We are currently using Lanham's label formatter, but this is not user friendly and limits your printing options to Zebra printers. Does anyone have any suggestions?
Jen
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I don't have the code infront of me but it goes like this.
Mylableview which is the ocx
Mylableview.open('c:\labels\mynewlabel.lbv');
Mylableview.field1 := "Item No.";
MyLableview.field2 := "Unit Price";
etc etc.
Mylabelview.setprinter(Printername);
mylablview.print;
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n