Dynamic fields list

I eveyone, I’m trying to build a form dynamicaly.

I’m building a dynamic database interface where the software will fetch the fields to display in a table. When I execute the query I get an array of fields to add to the form. I know that this can be done with a html table, but it would not be editable.

I’m knew to servoy and I was hoping to have access to a “placeField” method or something like it.

Anyone has ideas??

Thanks

You could have a look at our Table-Bean at http://www.servoy-plugins.de. It allows you to create your tables from whatever, even using Servoy foundsets. Inside Servoy I think your only way (next to HTML) is to put all possible fields on the form and show/hide them with a method.