Storing "Stock Item UserDescription" in Two Lines

Discussion in 'Tally Developer' started by Gangadhar C Beldar, Nov 20, 2022.

    

  1. Who to set User Description Field to store in TWO LINES
    Ex :
    Line 1 : "200 x 40 Nos"
    Line 2 : "Brand : Gemini"
     


  2. Bipin Damania

    Bipin Damania Active Member


    Ctrl + Enter after 1st line
     



  3. thanks, But, Below is the code using, want to store "Brand : Gemini" in NEXT LINE. So that it will print in TWO Lines as desired.

    [Field : ItemDetails]
    Set as : "200 x 40 Nos" + "&" + "Brand : Gemini"
    Set Always : Yes
    Storage : UserDescription
    How to code ??
    Hope I am clear
     


  4. sattam

    sattam Active Member


    Set as : "200 x 40 Nos" + "&" ++$$NewLine +"Brand : Gemini"
     



  5. Thanks, But the above code is not working, Not printing on Next Line
     

    Attached Files:



  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Set as : "200 x 40 Nos &" + $$NewLine +"Brand : Gemini"
     



  7. Thanks, But, Not printing on Second Line
     

    Attached Files:



  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Show your code.........
     


  9. balajimg

    balajimg Active Member


    try this in field level

    Lines : 0

    It'll work
     


Share This Page