Horizontal Print of Bar Code

Discussion in 'Tally Developer' started by Gopal Rajbhandari, Nov 22, 2012.

    

  1. Dear Tally Developer Experts, How can we print horizontal bar code ? I found code for bar code printing from tally website but it prints bar codes in vertical format only.
    Please help me or
     
    Amol Ashok Bhalgat likes this.



  2. you need upload the code file with your post
     



  3. Please check this code.




    ;; Sri Ganeshji : Sri Balaji : Sri Pitreshwarji : Sri Durgaji : Sri Venkateshwara

    [#Form : Sales Color]

    Add : Print : EI LabelPrinting

    ;; Adding Label Printing Report to the already existing Report/s.

    [Report : EI LabelPrinting]
    Form : EI LabelPrinting
    Object : Voucher
    [Form : EI LabelPrinting]
    Part : EI LabelPrinting
    [Part : EI LabelPrinting]
    Lines : EI LabelPrinting
    Repeat : EI LabelPrinting : Inventory Entries
    Scroll : Vertical
    [Line : EI LabelPrinting]
    Field : EI StkItem Label
    Explode : EI MoreLabels : $$Number:$BilledQty > 1
    Space Bottom : 1
    ;; Explode part starts
    [Part : EI MoreLabels]
    Line : EI MoreLabels
    [Line : EI MoreLabels]
    Field : EI STkItem Label
    Explode : EIMoreLabels : $$Number:$BilledQty >($$ExplodeLevel+$$Line)
    Space bottom : 1
    ;; Explode part ends
    [Field : EI StkItem Label]
    Use : Name Field
    Set As : If $$IsEmpty:($StkAlias:StockItem:$StockItemName) then ""+$StockItemName"" +
    else ""+($StkAlias:StockItem:$StockItemName)+""
    Style : Bar Code
    [Style: Bar Code]
    Font : verdana
    Height : 10
    ;; Font used to print the alphanumeric/numeric values as Barcode
    [#Object : StockItem]

    StkAlias : $$Alias

    ;; End-of-File
     



  4. Dear Umesh Jee
    Did you check this code ?
     



  5. Dear Admin
    Could you please solve my problem ?
     


  6. K Vinod Kumar

    K Vinod Kumar New Member


    Can you provide me code which prints barcode in vertical format.(the one which you got from tally website).
     



  7. Please check attached code
     

    Attached Files:



  8. K Vinod Kumar

    K Vinod Kumar New Member


    Thanks you for the code. Can we print the same report in following format.
    ItemName
    Barcode
    MRP

    If we add fields then it will print as vertical. How do we make it show in horizontal mode?

    Regards
    Vinod
     



  9. I am looking same thing from long time. I need also horizontal printing. If you got please don't forget to post here.

    Regards
    Gopal
     



  10. I need to Print horizontal bar code in A4 size paper. Can anybody help me ?
     


  11. JObimon Arackal JOhn

    JObimon Arackal JOhn Active Member


    I am also looking for same
     


  12. amit12345

    amit12345 New Member


    Thank you Sirji..
    Its Realy Help full.
     


Share This Page