As explained in the structure of tdl code chapters lines comes vertically like rows in excel sheet as 1,2,3 style
Fields in TDL are like columns A, B,C in the horizontal style
So, if you want approved by your code you have to find the default line definitions for the receiver’s signature line and then add fields in that line
Then it will come side by side within same line
Since you are adding a new line in the part it will come below the receiver’s signature line which you can easily guess.
from the above
i was doing to add one field
iam giving
[#Part: PPR Sign]
Background:red
to check the part is right
it is not wroking
y??
background doesn’t work in printing. For background the code is different.
That you will learn in the subsequent chapters.
dear sir
please check code, what is mistake in this code
I am getting “approved by” below reciever’s signature
[#Part: PPR Sign]
;; Space Top : 0.75 inch
add: Line :After : PPR Sign :Approvedsign
[Line : Approvedsign]
Field :Approvedsign
[Field :Approvedsign]
Use : simple field
Set as : “Approved By”
dear sir
I am getting below recievers signature
[#Part: PPR Sign]
;; Space Top : 0.75 inch
add: Line :After : PPR Sign :Approvedsign
[Line : Approvedsign]
Field :Approvedsign
[Field :Approvedsign]
Use : simple field
Set as : “Approved By”
As explained in the structure of tdl code chapters lines comes vertically like rows in excel sheet as 1,2,3 style
Fields in TDL are like columns A, B,C in the horizontal style
So, if you want approved by your code you have to find the default line definitions for the receiver’s signature line and then add fields in that line
Then it will come side by side within same line
Since you are adding a new line in the part it will come below the receiver’s signature line which you can easily guess.
sir,
i have uploaded VoucherPrintCustomise.jpg & .txt.
Hi Sir,
Appearing Nothing
[#Part: PPR Sign]
Add : Line : At End : ENTERYBYLINE
[Line: ENTERYBYLINE]
Field : ENTERYBYTITLE
[FIELD : ENTERYBYTITLE]
Use : Name Field
Set As : “Enter By”
;; JAI SHREE RAM
;; CUSTOMISATION DONE BY CHANDAN GOYAL @ IKESH SOLUTIONS – 9915065402
[#Line: PPR Sign]
;; ADD FILED BEFORE AUTHORISED SIGNATORY
Add: RIGHT FieldS: BEFORE: SHORT PROMPT: VERIFY BY1
;; GIVING VALUE TO NEWLY ADDED FIELD
Local: Field: VERIFY BY1: Info: $$LocaleString:”VERIFIED BY”
[Field: VERIFY BY1]
Use: NAME FIELD
One more help Sir