Hi,
i downloaded the latest Version 2009.1 and tried sorting of data. when i change the sort type of a databand it crashes with an "array index out of bound"-exception. is this error known or am i doing something wrong?
Error when sorting
Error when sorting
Hello,
Sorry i can't reproduce this problem. May be i don't take in consideration some moments. Can you provide full error stack for this exception?
Thank you.
Sorry i can't reproduce this problem. May be i don't take in consideration some moments. Can you provide full error stack for this exception?
Thank you.
Error when sorting
Hi Jan,
i told something wrong. It is not an exception, it is simply a Messagebox, that appears. It says "Der Index war außerhalb des Arraybereichs". In English this maybe similar to "array index out of bounds". The message is also in german, when i change the interface language in the designer to english.
It happens, when i select "sort" from the property sheet of a data-band. then i select a datafield in the combobox "sort by". when i click the down-arrow right to the "sort by" combobox to open it again this error pops up.
i bind the data to the report using
report.RegData("BusinessData", data);
there is just another error when sorting. when i set the sorting, a master-detail-binding gets lost.
i told something wrong. It is not an exception, it is simply a Messagebox, that appears. It says "Der Index war außerhalb des Arraybereichs". In English this maybe similar to "array index out of bounds". The message is also in german, when i change the interface language in the designer to english.
It happens, when i select "sort" from the property sheet of a data-band. then i select a datafield in the combobox "sort by". when i click the down-arrow right to the "sort by" combobox to open it again this error pops up.
i bind the data to the report using
report.RegData("BusinessData", data);
there is just another error when sorting. when i set the sorting, a master-detail-binding gets lost.