Results 1 to 2 of 2

Thread: RDC Crystal Sort

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Location
    Boston, MA
    Posts
    5

    RDC Crystal Sort

    When I use the following Code my report never loads the data it just sits there and thinks.

    VB Code:
    1. Set crxDBField = rptStand.Database.Tables.item(4).Fields.item(3)
    2. rptStand.RecordSortFields.Add crxDBField, crAscendingOrder

    Questions I have are does anything look wrong there? as for tables.ites(4) and fields.item(3) this number starts at 1 not zero correct? so tables.item(4).fields.item(3) will represent the 3rd field in the 4th table correct? I have tried it with the base number of 1 and zero still with the same results.

    Any ideas?

  2. #2

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Location
    Boston, MA
    Posts
    5

    Re: RDC Crystal Sort

    I recreated the report and everything was fine, must have been corrupted.

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