How to set a memo be printed or not by code?

From the Fast Report Designer, I can set a memo be printed or not, but I cannot find a method to set the memo can be printed or not by the code. And another problem is as follows: When I dynamically inserted some memos to the report during the runtime, how can I set the memos' border style, for example, the border color, the left boder, the right border and so on. By the way, the develop tools is Microsoft VC++6.0. Thks a lot.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 10:18AM
    typically in delphi it would be
    in obp event of band containing memo
    if condition then memoname.printable := true else memoname.printable := false

    ;)
  • gordkgordk St.Catherines On. Canada.
    edited 10:18AM
    sorry meant to add this
    setting the memoviews properties delphi typically
    memoname.frame.typ :=ftbottom + ftright;
    memoname.frame.color :=clred;
    ;)

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.