Author Topic: Cell index out of range in PDF  (Read 665 times)

Offline rdq

  • Associate
  • **
  • Posts: 4
  • Forum Citizenship: +0/-0
Cell index out of range in PDF
« on: 26 Jul 2006 01:47:17 am »
Hi to you all, guys!

Here it is an old issue: we are facing a problem generating PDF reports. ReportNet that throws the following:

CCLAssertError:0:Fatal: CCL_ASSERT_NAMED(nCell < (int)tableColsVector.size (), "WRPDFRowData::reflow - resizeHorizontal -- cell index out of range");

It works fine in HTML but not always in PDF: when i throw the report with the data of a single enterprise it works ok, but when i choose a set of them it fails. The report is complex: i has several tables tha show or hide date depending on a set of variables.. and also contain repeaters..

Has anyone any idea to  face this problem?