Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

List index out of bounds

edited July 2007 in General
Hi

Using RB 7.04

When we start the query wizard i get an index out of bounds(1) error:

code:

NewRep: TppReportWizardClass;

DsgnrW := TppDesignerWindow(mod_rep.dsg_repo.Form); // dsg_repo:
TppDesigner;
DsgnrW.NewReport;
DsgnrW.ShowModal;

The rb_table table is filled


What is going wrong?

Eric
This discussion has been closed.