List index out of bounds
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
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.