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);
DsgnrW.NewReport;
DsgnrW.ShowModal;
The rb_table table is filled
What is going wrong?
Eri