Item Description width

Discussion in 'Free Source Codes' started by Rakesh Kumar, Apr 14, 2021.

    
  1. Rakesh Kumar

    Rakesh Kumar Member


    All my respected experts, I need some help to increase the width of item description like Declaration

    upload_2021-4-14_19-34-15.png


    upload_2021-4-14_19-37-9.png

    KINDLY HELP ME TO THIS.
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Define your desired width in the Form: EI DescExplosion
     


  3. Rakesh Kumar

    Rakesh Kumar Member


    Respected Amit Sir, I am using below code :

    [#Form: EI DescExplosion]

    Height : 50% Page
    Width : 50% Page
    Option : Small Size Form

    But the result is not upto the mark. Kindly help me Sir.

    upload_2021-4-15_16-37-10.png

    Sir, I want to set a Description like the Declaration image as mentioned above.

    Humble request Sir, kindly help me to do so.
     


  4. Rakesh Kumar

    Rakesh Kumar Member


    Sir, I want to write with continuation like below :-
    upload_2021-4-15_16-42-10.png
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Find the FIELD Name and add attribute ---- Line : 6
     
    ROHIT JAISWAR likes this.


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Also you can find the DECLARATION field in the Developer and emulate the attributes, so you will get what you need.
     


  7. ROHIT JAISWAR

    ROHIT JAISWAR Active Member


    Code:
    [#Field: EI Desc]
    
        Use            : Name Field
        Style        : Normal
        Width        : @@NameWidth + 21
        Max         : @@MaxNarrWidth * 2
        Lines        : 7
        Case        : Normal
       
    [#Form: EI DescExplosion]
    
        VerticalAlign       : Center
        HorizontalAlign     : Center
        Delete                :    Height
        Add                    :    Full Height         : No
        Delete                :    Width
        Add                    :    Full Width          : No
        Space Bottom        :     0.25
       
    [#Line: EI DescColumn]
    
            Local   : Field : Name Title Field :    Full Width:Yes
    Insert Above Code & your Query will be Solved

    Happy Coding...
    Keep Learning.....
    Share Knowledge.....
     


  8. Rakesh Kumar

    Rakesh Kumar Member


    Thanks a lot Rohit Sir, I made some changes in the above code and make it as per my requirement. Great work Rohit Sir.

    Also, my respected Amit Sir, a Great Mentor on this platform, always helps and guides everyone at any time. Great work
    Amit Sir. Thanks a lot my dear respected Sir.
     


  9. Rakesh Kumar

    Rakesh Kumar Member


    Sir, I need a little help from your side. Where I get relevant Part, Field, Form, and Line?
    I am very confused about this matter. Also, Sir, I am very eager to learn a lot with the
    help of your valuable & ultimate guidance.
     


  10. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Search skills and R&D in Developer is also as important as learning TDL coding. That is why I do not give easy roads to learners and new developers and make them seek, find, understand and implement on their own.

    You can start Tally in Developer mode and when you hover your cursor on the field, you will get the Field Name or if hovering on a blank area, you will get the FORM name. From these two you have to work backwards and find the Report/Part/Line etc and start working.
     


  11. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Just imagine, you are using GOOGLE or any search engine for the first time and over the period, how you learned to narrow down your search. Same way you need to learn to navigate the DEVELOPER too.
     


Share This Page