The table is out of range or does not exist.

Hello,

I’m trying to modify an existing report by adding fields from another table to it, so i added the table under DataSources/Query/DataSources and i modified the init method to pick up the chosen record from the table. here is what i wrote in the init method :

bankAccountTable = BankAccountTable::find(custVendOutPaym.getAccountID);

bankAccountTable is already declared in the classDeclaration.

the problem is that when i compil, i got this error : The table is out of range or does not exist.

can anybody tell me how to make the table “exist”.

Thanks.

1 Like