dear experts, help needed in field

Discussion in 'Free Source Codes' started by panam, Oct 14, 2020.

    
  1. panam

    panam Member


    dear sir, i want the gstin no field on right side after party name(consignee name). please help.

    i am posting original code.
    i tried all possible command like add : Left fields:After: consignee name. not working
    please help me.

    [#Part: EI BaseInfo]
    Add: Lines:After:EI consignee :party add01

    [Line:partyadd01]
    Fields:partyadd1,partyadd2
    [Field:partyadd1]
    Fields:Simple Prompt, Name Field
    Local:Field:simple prompt : info :$$localestring:"GSTIN No.:"
    Local : Field : simple prompt : color : lemon chiffon
    Local : Field : simple prompt : width : 14
    Local : Field : name Field :Set as : $PARTYGSTIN:Ledger:#EIConsignee
    Local : Field : name Field :Skip:Yes
    Local : Field :name Field : style :Font: "Bookman Old Style":Height:15
    Color:lavender




    [Field:partyadd2]
    Fields:Simple Prompt, Name Field
    Local:Field:simple prompt : info :$$localestring:"State:"
    Local : Field : simple prompt : color : lemon chiffon
    Local : Field : simple prompt : width : 5
    Local : Field : name Field : Set as : $LedStateName:Ledger:#EIConsignee
    Local : Field :name Field :Skip:Yes
    Color:lavender
    Local : Field :name Field : style : courier new: Height:15
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    My friend....time for you to learn little basics..... if you want field on right side of Ei Consignee, then why are you adding a LINE.

    Adding a LINE, means it will come on the next line at the bottom.
     
    panam likes this.


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    And BTW it is working.......... it is coming on the NEXT LINE...........

    See below.......

    Capture.PNG
     
    panam likes this.


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    So Please check Developer again............. Search skills is as important as learning TDL..... identifying the proper Report/Form/Part/Line/Field is equally important.

    So you need to develop your skills in this regards also.
     
    panam likes this.


  5. panam

    panam Member


    Thank u very much Amit sir for the instant reply.
    sir give some hint.
     


  6. panam

    panam Member


    instead line can we use " add: field"
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Find the correct LINE where the EI Consignee is located...then .....Add Field : After : EI Consigne................
     


  8. panam

    panam Member


    dear sir, i tried but not working

    [#Part: EI BaseInfo]
    Add: field:After:EI consignee :party add01

    [Line:partyadd01]
    Fields:partyadd1,partyadd2
    [Field:partyadd1]
    Fields:Simple Prompt, Name Field
    Local:Field:simple prompt : info :$

    $localestring:"GSTIN No.:"
    Local : Field : simple prompt : color :Black
    Local : Field : simple prompt : width : 14
    Local : Field : name Field :Set as :

    $PARTYGSTIN:Ledger:#EIConsignee
    Local : Field : name Field :Skip:Yes
    Local : Field :name Field : style :Font: "Bookman Old

    Style":Height:15
    Color:Black




    [Field:partyadd2]
    Fields:Simple Prompt, Name Field
    Local:Field:simple prompt : info :$

    $localestring:"State:"
    Local : Field : simple prompt : color : Black
    Local : Field : simple prompt : width : 5
    Local : Field : name Field : Set as :

    $LedStateName:Ledger:#EIConsignee
    Local : Field :name Field :Skip:Yes
    Color:Black
    Local : Field :name Field : style : courier new:

    Height:15
     


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Learn the Heirarchy Order............

    If you are adding the FIELD, then you must find the LINE name.......

    In the LINE, you must add your FIELD...........
     
    panam likes this.


  10. panam

    panam Member


    dear sir, i dont want line.
    u told the line means the field will be in next line.
    but i want field on right side of Consignee name.
    so what should i start with?
    line or field. i'm still confused.
    If i am wrong please correct it .
     


  11. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    There are Report / Form / Part / Line / Field ......... in that order...........

    The LINE for EI Consignee is already existing............. so modify that line.... in that line.... i.e. Line: EI Consignee ... you must add your new FIELDS......

    [#Line: EI Consignee]
    Add: Field :After:EI consignee : {new field} (your fields)
     
    panam likes this.


  12. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    It is all right to be confused............but more you start doing/making yourself, more you will know.....so keep trying.
     
    panam likes this.


  13. panam

    panam Member


    Thank u very much Amit sir for the instant reply.
    i will work and learn as per as u told.
     


Share This Page