Click to See Complete Forum and Search --> : Shella


Shella
September 19th, 1999, 06:42 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

Arun Sahoo
September 22nd, 1999, 11:59 PM
Hi,
If you will have a column in database with autonumber, then in formula field of crystal report you can check if divisible by 2 then place in one column else place in other column.for each field two formula field is required.For second case just insert database fields once again.Please let me know the responce
Thanks
Arun

Shella
October 1st, 1999, 06:19 AM
Hi,
I don't know how to add column except using Box and Line to draw it, could u please show me the way in detail or give me an example so as to realise the output mentioned earlier. Thanks A Lot.