Listview without associated table

Hello.

In a form of type listview and without associated table, is there any way to add rows?.

Thank you. Bye.

Hi Francisco,

To be able to do that the form needs a datasource.
You could define an empty dataset where you define columns in and use this an in-memory datasource for the form.
Of course you need to do this all by code.