Table view problem

Hi,
I need to have a table view display items in ‘List View’ mode, not ‘Table View (locked)’ mode, but when I set it like that and then click on the ‘New’ button in the toolbar (to create a new record) I get the following error

Exception Object: java.lang.NullPointerException
MSG: 
Wrapped java.lang.NullPointerException (/Users/rafig/servoy_workspace_6/svy_nav_navigation/forms/svy_nav_base.js#269)
	at /Users/rafig/servoy_workspace_6/svy_nav_navigation/forms/svy_nav_base.js:269 (onElementFocusLost)
	at /Users/rafig/servoy_workspace_6/svy_nav_navigation/forms/svy_nav_base.js:372 (dc_new)
	at /Users/rafig/servoy_workspace_6/svy_nav_navigation/globals.js:2971 (svy_nav_dc_onClick)

Everything is fine if it is in ‘Table View (locked)’ mode.
I need the ability to display multiple records in a table, but I want to have control over the display (like showing a text area with 3 lines in it), so how can I do this in the FW??
Thanks
Rafi

Hi Rafi,

I tried this but it works fine for me. In the sampleuse_navigation I made supplier table view a list view and set the program to be able to edit in table view. Then I created a new record but everything worked fine.

Regards Sanneke