List index out of bounds(1) when inserting new Group Search Criteria
I created a new report, defining its dataviews using the RBuilder query
designer at design-time.
I added some calculated fields to the dataviews.
I added more than one search criteria and everithing was working fine.
When I tried to add a new GROUP SEARCH criteria I got a "List index out of
bounds (1)" error.
I tried to catch the error using the designer at run-time and I had the same
error: it seems a problem into TdaSQL.ResetCriteriaLevels procedure which
tries to read too many elements from GroupCriteria.
Is there something I am missing?
I use Report Builder enterprise 11.06 with Delphi 2009.
If needed I can provide a test application which reproduces the error.
Thankyou
Ettore Bottega
designer at design-time.
I added some calculated fields to the dataviews.
I added more than one search criteria and everithing was working fine.
When I tried to add a new GROUP SEARCH criteria I got a "List index out of
bounds (1)" error.
I tried to catch the error using the designer at run-time and I had the same
error: it seems a problem into TdaSQL.ResetCriteriaLevels procedure which
tries to read too many elements from GroupCriteria.
Is there something I am missing?
I use Report Builder enterprise 11.06 with Delphi 2009.
If needed I can provide a test application which reproduces the error.
Thankyou
Ettore Bottega
This discussion has been closed.
Comments
If possible, please give me the steps I can take (perhaps using the DBDEMOS
database) to recreate the issue here. If it would be easier, you can also
send an example I can run on my machine in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
support@digital-metaphors.com if you would like the fix.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thank you