plz correct my tdl code

Discussion in 'Tally Developer' started by R. VIJAY, Feb 22, 2014.

    
  1. R. VIJAY

    R. VIJAY Member


    i want in 1st screen shot "chq.no" is automatic update in 2nd screen shots "Inst. No." without enter manually
     

    Attached Files:

    • 1.png
      1.png
      File size:
      108.6 KB
      Views:
      39
    • 2.PNG
      2.PNG
      File size:
      87 KB
      Views:
      36
    • 3.PNG
      3.PNG
      File size:
      105.8 KB
      Views:
      32
    • 4.PNG
      4.PNG
      File size:
      101.2 KB
      Views:
      30
    • 4.txt
      File size:
      2.8 KB
      Views:
      20


  2. JObimon Arackal JOhn

    JObimon Arackal JOhn Active Member


    I will give you hint:

    But you need to use according to your requirement. If you have multiple cheque you have to use your own coding based on this hint.

    Two reason why I am not giving full source code
    1) If you are a real developer you can complete it using appropriate function



    Code:
    $AllLedgerEntries[1].BankAllocations[1].InstrumentNumber
    $AllLedgerEntries[1].BankAllocations[1].InstrumentDate
    $AllLedgerEntries[1].BankAllocations[1].BankName
    $AllLedgerEntries[1].BankAllocations[1].BranchName
    

    Dear Admin ,

    If you think my comment is inappropriate please edit my comment.


    Regards
     


  3. admin

    admin Administrator Staff Member


    This is basic and simple one.

    1. U need to add a Line and add fields in that like CH no, Che Date, Bank Name and Branch Name
    Ex: [Field: VCHRcptChNo]

    2. And in the Field of default Cheque No field , set as : #VCHRcptChNo
     


Share This Page