Display a memo value once only in a band

Hi,
how do I go about displaying a value only once within a band? I want the value to be in alignment with other (repeated) memo values, but this particular value must be displayed only once at the first line occurrence. EG

DATA1 DATA2 DATA3
DATA1 DATA2
DATA1 DATA2
DATA1 DATA2
...
...
DATA9 DATA9

As you can see above, Memo DATA3 is in alignment with DATA1 and DATA2 memos, however it is not repeated. It displays only once. How to go about doing this?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 7:12AM
    write code in thhe obp event of the band to set visible property of the memoview object
    memo3.visible =(< line#> = 1);

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.