by James >> Sun, 26 Oct 2003 4:39:50 GMT
when i do this -
table.displayCollection (app.myBookshop.allCustomers, true, 0, null);
it compiles with no errors, but when i load the form an Unhandled exception comes up saying,
SystemException 1090
Continuable: No
Attempted access via null object reference
Caused by
Reciever Type: CustomerList
Recieved OID: 2070.7.0.0.0 (transient)
Method: CustomerList: load
Source:
table.displayCollection (app.myBookshop.allCustomers, true, 0, null);