Hi All,
I have a requirement to print the Footer address on every Page. As of now I am printing the footer address fields in the Master pages as static ( Fixed position ). I have declared text fields. In case any of the field is missing then automatically the next field should take the above field place. I mean there should not be an empty place if that field is not printing.
For example :
Name: ABC
Tel: 1234
Fax: 1234
Email : abc@xyz.com
As I have declared it as static text fields, in case of any field is not printing, the empty space would be printed. But I wanted the next field to move up so that empty sapce is not printed in the layout.
For example in case above TEL is mising the output should be as below.
Name: ABC
Fax: 1234
Email : abc@xyz.com
To achieve this I have created an internal table with one coloumn and tried to print. But somehow its not printing.
Can anyone help me out in achieving the same?
Thanks and Regards,
Karthik Ganti.