View Full Version : another report problem


KulasCage
01-29-2003, 08:51 PM
hello,

i have a problem on my details of the report, i don't know how to explain this very well, anyway here is the example.

file number activity_date remarks
0002374 01/01/02 this is just a test
i'm also a beginner
0002375 01/02/02 this is only one line

0002376 01/03/02 why, did i print here?

0002377 01/04/02 me too




As you can see, i have an extra line space on my remarks after 002375,0002376 & 0002377 and i know it is caused by my design on the design grid. Is it possible here to automatically detect the number of lines needed per record, so that no empty line space occur???

i would like to look it like this:

file number activity_date remarks
0002374 01/01/02 this is just a test
i'm also a beginner
0002375 01/02/02 this is only one line
0002376 01/03/02 why, did i print here?
0002377 01/04/02 me too


anyone who has this problem, Please help.

thanks,
Kulas

:(

PaddyIrishMan
01-30-2003, 01:43 AM
You should look at the CanGrow / CanShrink properties of the controls - I think this is what youre looking for.

HTH
Patrick.

KulasCage
02-02-2003, 05:21 PM
Paddy,,, u got it....thanks it works.