Hi Ibrahim Rasheed...
1. How to use if formula in PLD format??
http://www.pioneerb1.com/wp-content/uploads/2012/04/HowTo_PrintLayouts_PLD_88.pdf
http://www.vision-33.com/media/5432/howto-customizepldtemplates.pdf
2. How to round of number field to two decimal place??
The PLD only facilitates achieving decimal precision control through the Round() Function.
Example: Field name F_012
Insert a new field -->select source type -->Formula
and in the empty space Round(F_012,2)......It will give the cost or rate in two decimal places.
3. How to insert current page number?? I want have Page 1 of 3 like this...
CurrentPage()
The number of the page in the document printout.
TotalPages()
The total number of printed pages.
Hope Helpful
Regards
Kennedy