How to insert a blank line

Hello,

I would like to insert a blank line when printing master data (based on the line number). WHy? Simply because I have to reproduce identically an official form which divide a grid in two parts. This avoid the damage of the text in the middle of the page, the document is intended for the optical reading.
Any idea?
Thanks
Pierre

Comments

  • edited 3:58PM
    Place the a code similar to the following in the MasterData band's OBP event handler:

    If CurY=Round(PageHeight/2)-Round(DesiredBlankSpace/2) then
    Begin
    CurY:=CurY+DesiredBlankSpace;
    End;

    Positioning may be different if You don't want the blank space exactly in the middle of the page height. For exact positioning set *Align to grid* to False in the options dialog.

    Regards:Alex

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.