Skip to main content
Inspiring
January 30, 2007
Question

List index out of bounds

  • January 30, 2007
  • 2 replies
  • 1597 views
I am working with an SQL Database and ColdFusion MX7.

I have a very detailed report that I built in Report Builder. It worked fine until I tried to change the query statement to include a cfvariable (I had been defining the variable in my query; eg. were ID=12345). I don't know if those things were related, but after I attempted the change I was no longer able to save the report. I get an error that states:

Failed to Save
List Index Out of Bounds (25)

It took me 2 days to build this report! Help!
This topic has been closed for replies.

2 replies

amy_joAuthor
Inspiring
January 31, 2007
Dan,
You are always so helpful - I really appreciate that.

I am not aware of any loops in the report.

If I understand correctly, my report is calling an element that is on the report but not in the elements defined in the report. Is that correct? There are a lot of elements on the page. Is there anyway to review and compare the elements?
Inspiring
January 31, 2007
What the error message means is that you are trying to get the 25th element of a 24 element list. Got any loops in your code?