Print Line1
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.
Example:
IF(mitabla.micampo = 'L' ) THEN PRINT LA LINE;
Espero se haya comprendido, desde ya gracias.
Comments
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.