lang="en-US"> Crystal Reports FIX: Error Occurred Reading Records: Subscript out of range –  Design1online.com, LLC

Crystal Reports FIX: Error Occurred Reading Records: Subscript out of range

Okay, this threw me completely. Turns out I was telling Crystal Reports that I was going to pass 2 parameters and then I only passed one. This can also happen if you’re trying to access something out of bounds in the stored procedure, like a record that doesn’t exist.

You may also like...

2 Responses

  1. Saurabh says:

    Help me

  2. Jade says:

    Help you with what? This problem occurs when you’re trying to pass crystal reports either too many or too few parameters. Also, double check you’re passing them as the correct type. If you pass an integer as a string then of course you’ll have problems when Crystal tries to run the stored procedure.

Leave a Reply to Jade Cancel reply