Specific size of details section

G

Guest

Hello. Ho can I specify the exact size of details section?

Imagine that I want that my detail section must have 3cm of heigh. How can I
make that?

Regards,
Marco
 
G

Guest

Hi. Problem I didn't explain well. But in my report I have always 4 records
in details record, but I don't want that my detail record has 5 cm per
record, or any time a record is showed.

My problem is that I have two sub-reports in another report and I could have
the same size in the details of both sub-reports, both sub-reports could be
niveled.

Is it possible?

Regards,
Marco
 
G

Guest

Marco,

Try setting "Can Grow" in the Properties window, Format tab to "No" In the
same Tab, also set Height to 3 cm.

Good luck,

Ed
 
G

Guest

I don't know the word "niveled", but if you need to format the detail section
at run time, you can set the Height property in the detail section's format
event. The height property is in twips. There are 1440 twips per inch or
567 per cm.
 
G

Guest

Hello.

Now I have this:

sub-report1
sub-report2
-----------------------------------------
-------------------------------------------
Empl.number desc day Empl.number desc
day
1010 in 1 1010
in 1
1010 out 1 1010
out 1
1010 in 1
1010 out 1 1010
in 2
1010
out 2
1010 in 2
1010 out 2 1010
in 3
1010 in 2 10 10
in 3
1010 out 2


and I want this, if possible:

sub-report1
sub-report2
-----------------------------------------
-------------------------------------------
Empl.number desc day Empl.number desc
day
1010 in 1 1010
in 1
1010 out 1 1010
out 1
1010 in 1
1010 out 1

1010 in 2 1010
in 2
1010 out 2 1010
out 2
1010 in 2

1010 out 2

1010 in 3 1010
in 3
1010 out 3 1010
out 3
1010 in 3

1010 out 3


Thanks,
Marco
 
G

Guest

I can't tell what you want from the graphic. It wraps on the screen and I
don't see a difference.
 
G

Guest

Sorry, I don't post my e-mail here.
I believe I answered your original question.
If you have an additional question, please post it.

I would suggest you start a new thread so more people will look at it
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top