Results 1 to 3 of 3

Thread: [RESOLVED] How to arrange the data in CR8.5

  1. #1

    Thread Starter
    Addicted Member girl81's Avatar
    Join Date
    Apr 2006
    Location
    Malaysia
    Posts
    211

    Resolved [RESOLVED] How to arrange the data in CR8.5

    hi someone can help me.im a new developer.i don't know how to arrange the data in CR8.5.im using vb 6.0.this is my data from access 2000 (query).


    D.O NO | Location | Lorry_No | Item |Description
    001000 | Singapore |abc123 | 01 | Pipe 0.1m
    001000 | Singapore |abc123 | 02 | Pipe 10 m
    001000 | Singapore |abc123 | 03 | Pipe 30 m

    I want to arrange the data above as below.

    D.O NO| Location | Lorry_No | Item |Description
    001000 | Singapore| abc123 | 01 |Pipe 0.1m
    .......................................| 02 |Pipe 10 m
    .......................................|03 | Pipe 30 m

    i've group (D.O NO,Location and Lorry_NO).but i'v got the output like below.Item and Description not coming at the first line as other data.

    D.O NO| Location | Lorry_No | Item |Description
    001000 | Singapore| abc123
    .......................................| 01 |Pipe 0.1m
    .......................................| 02 |Pipe 10 m
    .......................................|03 | Pipe 30 m

    i dont know what the coding should i put in formula fields.hope anyone can help me.
    Last edited by girl81; Apr 19th, 2006 at 01:14 PM.

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: How to arrange the data in CR8.5

    On the Format Section screen there is an option called "Underlay Following Section". If that option is set for a section, the section immediately below it will start printing on the same line.

  3. #3

    Thread Starter
    Addicted Member girl81's Avatar
    Join Date
    Apr 2006
    Location
    Malaysia
    Posts
    211

    How to arrange the data in CR8.5 (Solved)

    tq so much Bruce..i got what i want.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width