as displaying an array?

I have an array and display it in a form. Is there a grid that you can use to get this?

Yes! You can use our table bean. Servoy also ships a bean called inmemdatagrid (or something like that). That has far less formatting possibilities, but might be sufficient for what you need.

The inMemDatagrid has been deprecated in the latest versions in favor of the functionality to create a foundset from a dataset (JSDataSet.getAsFountSet()) and building a form using the SolutionModel on that foundset.

Paul

Where do find JSDataSet.getAsFoundSet() Paul? It doesn’t seem to be in 5.0.1 or 5.1.0 beta1? Maybe you have a version the rest of don’t have?

Gary

My mistake, it’s called .createDataSource(). A datasource is what you need in the solution model anyway.

Paul