niralibaan
7th July 2010, 10:14
Hi,
I am facing problem in report layout.
I have 1 detail field in report and when i run this report i am getting multiple blank lines according to count of the fetched records.

For eg.
if i got 2 records to be displayed in detail field of report,i can view it in detail field at run time but multiple blank lines are also displayed between detail and after.field at run time.i have checked window size in detail field but i found it proper.
So i am not getting from where these blank lines are getting displayed.
Pls help.

Regards,
nirali

croezen
13th July 2010, 16:41
If you can't solve the problem why these blank lines are send, you can always use something like this
if len(shiftl$(lattr.prline)) = 0 then
lattr.print = false
endif

mark_h
14th July 2010, 15:21
Screen shots might help. What are the layouts? How many lines per layout? Make sure no other layout is getting printed, no extra lines in the after layout.