how to skip white space in the RTF
HI I have requirement of multi layouts
based on parameters i need the layouts like
i have some layout tables which holds some columns in the lay out
for each parameter there is one lay out.
based on parameter i am able to pick the required layout but the problem is i am getting white space between the layouts
how can i avoid these white spaces
if i pass input as p1 and p3 the out i am getting is
layout1
lauout3
but the expected out put is
layout1
layout3
there should be no space between the layouts.
please give ur valuable suggestions.
0