Hello everybody,
I have an app which starts by opening an Intro window and selecting a specific database (SQLite) according to a year specified in a DesktopTextField the opens a listbox in a different window.
My problem is that if I come back to the Intro window and change the year (after issueing a DB.Close command before leaving the second window, I still get the last DB opened. There is no change of database when I digit a different year.
Is the DB.Close command enough or do I have to use something else?