Is it possible to create a datasource (databaseManager.createDataSource()) on a form onload event or the onshow event in a similar way to that we would change the dataset, or is it only possible on a new form in SolutionModel??
you can’t create the datasource for the form you are on on the fly in the onload of that same form.
Then you are to late. and the form must be destroyed again.
jcompagner:
you can’t create the datasource for the form you are on on the fly in the onload of that same form.
Then you are to late. and the form must be destroyed again.
Thanks Johan - just getting my head around the solution model.