I can add a new page, put a FromChange button on the main screen & use it once. If I add another page & a FormChange for that I can go to that page, but if I try to go to the earlier accessable page I get a KeyNotFoundException error with the detail "The given key was not present in the dictionary".
If I add another page I can access the new page but both previous pages show the error. I do Build (&/or Rebuild tried too) after adding a new page, compared the properties of the working button with the non-working ones, insured that the FormToOpen is the correct page (& all 3 pages show up to select - so they're there)
Is there something I'm missing here or not doing right?