Interface to graphical label designer

jag333jag333 Member Posts: 27
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

Comments

  • ara3nara3n Member Posts: 9,257
    Lable View Pro. I've interfaced with navision. It is a realy nice printing software is is easy to integrade
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • jag333jag333 Member Posts: 27
    How did you create the interface? Did you write it yourself?
    Jen
  • ara3nara3n Member Posts: 9,257
    The way the interface works is that you create the lables in Label view pro. From navision you used their ocx and pass the paramaters to the label, you set the printer name and then print.

    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;
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.