Creating New cell & Column

Hi

i have 3-4 questions:

  1. I know it is possibile to create at runtime new columns & cells of a listbox , but what i do not is how to call back the same listbox created with new columns & cells in the next runtime. How i can save the setting?

2.) When im creating at runtime a list box with new columns & cells how i can save the date into a database? there is a way to create a database with new tables and fields at runtime? How is possible to create this routine at runtime.

  1. how i can call back the new database configuration at next runtime?

Im very lost

Thanks for the help

Alan

Have a look at the Eddie’s Electronics sample application in the Example Projects section of your Xojo Folder. Study carefully how the project saves data to the database and recovers that data for the next run.

Thanks Roger