You dont have javascript enabled! Please enable it! Forms, Parts, lines and Fields in Tally TDL
You cannot view this unit as you're not logged in yet.

29 thoughts on “Forms, Parts, lines and Fields in Tally TDL – 1

  1. Anirban Bhattacharya says:

    Dear sir,
    I’ve completed entire TDL & take a print screen of newly created Form.
    .txt file (NewReport.txt) & Screen Shot (NewReport.jpg) both have been sent to Drop Box under my folder (anb.bhatt@gmail.com), please check & comment

    1. Hello Anirban,

      Yes, I got the notification in my email along with the images. about those files. Will study them today and put my feedback. Images were looking good.
      You guys are doing a great job.

  2. Mohammed Karjatwala says:

    The images when enlarged are not large enough so read the contents. If we want to enlarge it, we have to do Ctl+minus (-) and the image enlarges, but however the normal page gets reduced.

  3. Giridhar M Desai says:

    I have finished coding and uploaded in Dropbox. I am getting error. Please see.

  4. Giridhar M Desai says:

    Course is nicely carved and I am enjoying every bit of it.

  5. Santosh PANCHAL says:

    Address line is not coming at second line please check code at dropbox

  6. Giridharan Varadharajan says:

    Giridharan Varadharajan

    Sir,
    please check the code for structures in my box
    Even though I specified as right part, the output is showing at Bottom
    Please fix

    1. for right part, you have to add parts within part

      [Form : My Form]
      Parts : Top Parts, new parts
      bottom parts : newlast part

      [Part : newparts]
      Left part : customerdetpart
      right Part : Invdetrightpart

      Try to do that way and do let me know.

  7. Giridharan Varadharajan says:

    Giridharan Varadharajan

    Sir,
    Changed code accordingly
    ok
    It means the form has two top parts and one of which has left & Right part

    1. Actually in your code also that is possible. I will upload a new tutorials for that. I will try to add that in the invoice printing project if possible else will upload a new one.

  8. Hello Sir,
    I have done it,
    Some places , I struck i e
    1. Size of the form.
    2. i have not taken some command like use : name field instead, I directly
    put it as set as :
    3. The thing is local : field : set as: it is in one line.
    but i did as usual part, line & field process.

    Regards

    SHAM RAO

  9. SAMBHAJI SHINDE says:

    ALignment not getting properly or as in bill format does not display

  10. SATISHBHAI SAVALIYA says:

    Chepter are too big. Chapter can be small. In every chaper should somthing new.in chapter are 4 to 5 new. This is hard to learn

    1. some other students have told me that chapters are too small!
      So, what I should do?
      Its not possible to keep things as per each one.

      you don’t have to understand. you just need to write the codes as shown in the chapters
      you even don’t have to learn it.

      Just write the code and then check the result and let me know what happens.
      This is not a course to learn but this is a course to write codes thats all

  11. RISHI BAJAJ says:

    [#Menu:Gateway of Tally]
    Add:Key Item:report:t:display:my frst report
    [Report:my frst report]

    Form:my frst form
    [Form:my frst form]
    Width:10 inches
    Bottom Part:my bottom part

    [Part:my bottom part]
    Line:my sec line,my third line
    [Line:my sec line]
    Field:name field
    Local:Field:name field:Set as:”my bottom line”
    [Line:my third line]
    Field:rgtfld
    [Field:rgtfld]
    Local:Field:rgtfld:Set as:”this is my field”

    sir it is not displaying “this is my field”….why?

    1. CHANDAN GOYAL says:

      AAPNE LOCAL: FIELD…. ISE FIELD K ANDER DESCRIBE KAR DIA..
      PLEASE TRY REMOVING “[FIELD: RGT FLD]”

  12. akash sharma says:

    Hello Sir,
    I have a Created a form for revising all the previous Chapter and uploaded to my drop box under the name “MODULE5 CODING FORMS tdl”. It would be good if you could go through the code and let me know if I am heading towards correct direction or needs more attentions.
    Thank you.

        1. Please arrange your files folder wise Right now there are just files can’t know which files belonngs to which projects
          Give folders a short and meaning ful name and then move the related files to that folder.
          Cause I can allocate only 2-4 minutes to review a file

  13. Nitesh Ranjan says:

    I am not able to add txt file in tally prime developer.

  14. Raj Thakur says:

    Sir Please help me out this . This code is throwing an error.
    Internal error.
    Software Exceptionc0000005(Memory Access Violation)

    [#Menu:Gateway of Tally]
    Add:Item:Formpart:Display:Report11

    [Report:Report11]
    Form:form1

    [Form:form1]
    Top Part:headingpart
    Right Part:invpart
    Left Part:partydepart
    Bottom Part :signpart

    [Part:headingpart]
    Line:cmpheadngline,cmptagline

    [Line:cmpheadngline]
    Field:name field,cmpaddfld
    Local:Field:name field:Set as:”This is Top Part”
    Local:Field:name field:Color:Red
    Local:Field:name field:Align:Right

    [Field:cmpaddfld]
    Use:Name Field
    Set as:”My Address”

    [Line:cmptagline]
    Field:cmptagfield

    [Field:cmptagfield]
    Use:name field
    Set as:”TDL Training”
    Border:thin left
    Style: large bold

    [Part:invpart]
    Line:invline

    [Line:invline]
    Field:name field, invfld
    Local:Field:name field:Set as:”This is a Bottom Part”
    Local:Field:name field:Color:Blue

    [Field:invfld]
    Use:Name Field

    [Part:partydepart]
    Line: line3

    [Line:line3]
    Field:medium prompt, fld3
    Local:Field:medium prompt:Set as:”This is a Right Part”
    Local:Field:medium prompt:Color:Green

    [Field:fld3]
    Use:Name Field

    [Part:signpart]
    Line:line4

    [Line:line4]
    Field:medium prompt, fld4
    Local:Field:medium prompt:Set as:”This is a Left Part”
    Local:Field:medium prompt:Color:Pink

    [Field:fld4]
    Use:Name Field

Leave a Reply