Tally tdl Take user input and accept the form

Discussion in 'Tally Developer' started by Rahul Das, Dec 22, 2021.

    
  1. Rahul Das

    Rahul Das New Member


    Hi, I am new to tally TDL, can anyone please help me with a source code,

    Expectation: A simple report/page where user can input two numbers and accept the form, in return tally end user should be able view the addition.

    Any URL/video ref would be enough.

    But a sample would be quite helpful to me

    Thanks in advance.
     


  2. Rahul Das

    Rahul Das New Member


    [#menu: gateway of tally]
    Add: Top Button : Test


    [Button: Test]
    Title: Test
    Key:f7
    Action: Display: First TDL Report
    [Report : First TDL Report]
    Form : First TDL Form
    [Form : First TDL Form]
    Parts : First TDL Part
    [Part : First TDL Part]
    Lines : First TDL Line
    [Line : First TDL Line]
    Field : short prompt, aadhar
    Local: field: short prompt : Set as: "Test"


    [Field : Aadhar]
    Use: name field
    Storage: aadharx
    Set Always: Yes
    Width: 2 inch
    Max: 120

    [System:UDF]
    aadharx:String:1001
     


Share This Page