Print Line1

edited 11:55AM in FastReport 4.0
Hola, saludos. Mi problema es el siguiente: Necesito imprimir un objeto Line, cuando un campo de la masterdata sea equivalente a una determinada condici??n.

Example:

IF(mitabla.micampo = 'L' ) THEN PRINT LA LINE;

Espero se haya comprendido, desde ya gracias.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 11:55AM
    in the obp event of the object set its visible property.
    line1.visible := ((<mitabla."micampo">) = 'L').
    or if you only want a line under a number use the memos frame and set its properties in the same manner.

    Please in future the Language of this forum is Anglo.

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.