I tried several different ways to get the model database to load into the editor screen, nothing was working, it crashed with a big thud. The debug log just said ‘null pointer’ each time, no matter what method I used. I took a fresh look at it this morning and found the problem. I had declared one of the 14 text views as a label view, Eclipse didn’t flag it as an error, so it didn’t show up until run time. With that fixed, I can now browse through the models and display the parameters on the editor screen. I need to code the delete, save and add routines, then add some error checking code. But I’m taking the rest of the day off, it’s too nice of a day to be holed up inside coding.