Last time, I have written about how to set tdl in tally, today we will go ahead with our first tally program in tdl.
There is lot of free tally tdl is available. you may also download one free tdl for logo printing from the support forum and can use the same.
Now today we will discuss the basic of tdl and will write our first TDL programe.
Believe me, it is very very easy to write your first tdl and it does not require any special knowledge or experience!
First of all, you need to memories following :
First
Report uses Form
Form uses Parts
Part uses lines
Line uses Fields
Field is the real-container where text is displayed.
You Don’t need to understand it! This is an universal rule for Tally TDL
Now, Let’s prepare our first TDL programme.
Open your notepad from the windows
and Write below codes. I would prefer you to write yourself without being copy paste. it will give you practice and in TDL self practice is the most important thing one need to learn Tally Developer Languages.
;; start of code
[#menu:gateway of tally]
Item:myfirst tdl:Display:My Report
[Report:My Report]
form: myform
[form:myform]
Part:my Part
[Part:my part]
line:my Line
[line:my Line]
Field:First field
[Field:First field]
set as : “Let’s Start learning tally”
;; end of code
Now save this file with a name suppose myfirsttdl.txt in notepad and then copy paste the same in your tally folder
Now start your tally software and follow the guidelines how to activate tdl in tally.
You don’t need to have a licensed software of either tally nor tally developer
It will work in any software and you can learn tally TDL very easy just by following such simple programming codes and a self practice.
set as : “Let’s Start learning tally”
now follow the articles on how to set tdl in tally and activate your first tdl.
Now, start your tally and you will find screen shots as per below.
you will find an extra menu in your default menu with the name my first tdl
‘
hit the same and you will find your first tdl program
IF you like your first tdl, then do share your feedback is it hard for you to write or learn tdl ?
If you have any query or need any guidance then please post it on support forum only
Related posts:






Sir, I am regular tally user. I want to print tally invoice in A4 Sheet and I want acknowledgement part from retailor or debtor part having acknowledged stocks and promise to pay the
same amount as per the above invoice with seal and signature. that acknowledgment part may be 8 inches * 2 inches in A4 sheet. in which party name invoice number and date and amount of invoice to be printed. this tdl have to work on dot matrix and laser printer also. kindly advice how to make tdl regards. S.Ramachandran
- spam
- offensive
- disagree
- off topic
Like