I think this is a very easy question, but i don't know what to do. I have a report with some large fields that appear "wrapped", i say, descriptions that appear in many lines. And i need to put some lines separating fields in this way:
ITEM TIPO PRUEBA LUGAR PRUEBA DESCRIPCION OBSERVACIONES
--------------------------
----------
----------
----------
----------
----------
--
AAA1 X Y Prueba de una Prueba de
descripción observaciones
item AAA1
--------------------------
----------
----------
----------
----------
----------
AAA2 Z U Prueba 2 de Otra prueba
descripción
--------------------------
----------
----------
----------
----------
----------
-
I'm displaying horizontal lines that allow to read the information of each record clearly. But now the user has asked me to put also vertical lines that separate the fields TIPO PRUEBA and LUGAR PRUEBA. The problem i have is that these fields are always short, they only have one character, and when i specify that i want that those fields have lines bordering them (trying to make the vertical lines appear), the effect i see is horrible! The characters corresponding to the TIPO PRUEBA and LUGAR PRUEBA fields (in the example above, X, Y, Z and U) appear inside little boxes each one, as i show here:
ITEM TIPO PRUEBA LUGAR PRUEBA DESCRIPCION OBSERVACIONES
--------------------------
----------
----------
----------
----------
----------
--
AAA1 | X | | Y | Prueba de una Prueba de
----- ----- descripción observaciones
item AAA1
--------------------------
----------
----------
----------
----------
----------
AAA2 | Z | | U | Prueba 2 de Otra prueba
----- ----- descripción
--------------------------
----------
----------
----------
----------
----------
-
What can i do? I only want two simple vertical lines going through all the records, one between ITEM and TIPO PRUEBA and one between TIPO PRUEBA and LUGAR PRUEBA, is that so difficult to obtain? Help, please!!!
Start Free Trial