Does anyone know a bit of code that will display all columns held in a database table onto a form…
say that you have a database table that is constantly having new records added to it. And you dont want to keep having to add the extra columns to the servoy form..
do you know if it is possible for servoy to automatically list all columns it finds?
many thanks
Eugene
currently not possible. And i think it won’t be possible with a normal form pretty soon. But we will introduce a special portal component where you can set a JSDataSet and it will display all the data over columns and rows..
But why do you have table that is contantly getting bigger in its columns?
a table shouldn’t grow that way when you release a solution.. Only when you are building.