iosTable disappeared

Is this a bug?

I have a table on a page. Populates correctly. User selects a row. One of the buttons that becomes enabled is “Delete.” User taps delete. A message box appears asking user to verify. User says yes. The delete happens (it actually just marks the row “inactive”). Then I want to repopulate the table (showing the list without the newly unavailable item).

Crash.

What happened is that the table is now nil. No clue how this happened. I don’t touch the table.

What I did to work around it: Made a property to hold the table. I set the property in the open event. Now things look like they’re working (at least no crash).

-Bob

Is this an Exception as in the Xojo debugger breaks on the error or a crash in the simulator?

If it is a crash, could you post the crash log you will find in ~/Library/Logs/DiagnosticReports/

Are you using a Datasource?