Hi Experts,
While displaying the ouput through adobe forms , the space between the items is more.
Please suggest me how to reduce the blanklines inbetween the items.
Even I made the subform content as 'FLOWED' and also in context for some fields i added condition if TB_ITEM-TEXT NE space ..
I tried by Events with scripts as,
if ( $.rawValue eq null )
then
$.presence = "hidden";
endif
still space between the items is not reduced. Please help me out from this.
Thanks in advance.
Regards,
Priya.