How to Avoid space between records

gud morning,

if i want to display the names of
project manager only for set of projects having many team members.

I'm writinng code in Basic Syntax in Detail Data1Before Print EVent
//
if <ALL PROJECT RESOURCES."Element name">="Project Manager" then
Memo2.visible=true
Memo3.visible=true
else
Memo2.visible=false
Memo3.visible=false
End IF
//

I'm getting unnecesary spaces between records..
How to avoid this ????

Regards..

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.