How can I show detail in Crystal Report 10 as Buttom Up style?
I have some report that I plan to design on Crystal Report 10. My report is on buttom up style in detail section. It maybe something like I show below.
But How can I do?
------------------------------------------------
No Description Detail
------------------------------------------------
1 Description Detail 1
2 Description Detail 2
3 Description Detail 3
------------------------------------------------
Re: How can I show detail in Crystal Report 10 as Buttom Up style?
Do you have multiple detail sections or are those the same detail section but multiple records?
Re: How can I show detail in Crystal Report 10 as Buttom Up style?
Dear RobDog888,
I think the same detail section but multiple records is the answer.
Like this:
:::Electronic Order::
------------------------------------------------
[No] [Order Detail]
------------------------------------------------
[1] [Electronic Code 0010112]
[2] [Electronic Code 1121231]
[3] [Electronic Code 0122121]
------------------------------------------------
Re: How can I show detail in Crystal Report 10 as Buttom Up style?
When your designing your report, the positioning of the textboxes and labels can be
seen in the preview tab in CR. If you have your first textbox several lines below the Detail
top then it will generate a "blank" space before it prints the first record. Try placing your
controls starting at the top of the detail section.
Code:
:::Electronic Order::
------------------------------------------------
[No] [Order Detail]
------------------------------------------------
[1] [Electronic Code 0010112]
[2] [Electronic Code 1121231]
[3] [Electronic Code 0122121]
------------------------------------------------