Click to See Complete Forum and Search --> : How do split Details Section in Crystal Report ?


Shella
September 19th, 1999, 06:46 AM
My program uses crystal report (buddled with vb5) to print out a hard copy of computer generated receipt. My point is how can I split the Details Section into 2 ?

Let say, a record of receipt consists of
Recepit No, Name, Course, Payment fields in general, I use computer paper to print out the receipt, I found that the width of paper can be filled up with 2 records, for an example

Receipt No: 0000001 Receipt No: 0000002
Name: John Name: Waye
Course: Win98 Course: Access
Payment: Cash Payment: Cheque



How to do with the setting in Crystal report so that I can print out the receipt as Shown above ?I can only generate the same record within the Details Section no matter how many Receipt No is inserted into the section. Like the following,
Receipt No: 0000001 Receipt No: 0000001
Name: John Name: John
Course: Win98 Course: Win98
Payment: Cash Payment: Cash

sriky
September 19th, 1999, 05:51 PM
did u try using formula fields? write various formula fields and place them in ur detail section. any problems, let me know.

santulan
September 20th, 1999, 01:54 AM
Shella,

Try using tabular report, instead of simple drop down report. In tabular report, use two column.

Santulan

Santulan

Shella
October 1st, 1999, 06:05 AM
Hi
Could u please show me the formulars in detailed in order to realise this output ?

Shella
October 1st, 1999, 06:06 AM
Hi
How to select a tabular report ? and how to
add more columns in Crystal Report ? I didn't c there's any tabular report and columnar format in CR (Unless using Box and Line to draw it). Could u please do me a favor by telling me the
way in detail ? THANKS A LOT.

sriky
October 7th, 1999, 04:02 PM
Ok, here is your solution-

Select 'Mail Label' report from the report gallery. choose the fields and under the 'Label' tab u can specify the number of labels u want, label size and gap between the labels. Hope this will solve your problem...and let me know the result.

Srikanth