Hi all
I have a problem with the column of text filed in detail band.
If i have a lagre description and It doesn't fit on a one page then it is transferred incorrectly to the next page
You can see below
Page 1
----------------------------------------------------------------------------
| Last name | Description | Date of birth |
----------------------------------------------------------------------------
| some name #1 | a large description | 01/01/1990 |
Page 2
-----------------------------
| ....continuation |
-----------------------------------------------------------------------------
| some name #2 | a description | 02/03/1989 |
-----------------------------------------------------------------------------
| some name #3 | a description | 02/03/1985 |
Could you help me how to do it?
Page 1
----------------------------------------------------------------------------
| Last name | Description | Date of birth |
----------------------------------------------------------------------------
| some name #1 | a large description | 01/01/1990 |
Page 2
-----------------------------------------------------------------------------
| | ....continuation | |
-----------------------------------------------------------------------------
| some name #2 | a description | 02/03/1989 |
-----------------------------------------------------------------------------
| some name #3 | a description | 02/03/1985 |
Thank all