
I'm trying to write a new project using the Form Designer. The project uses a SQLite database and the database should be accessible on different forms within the project. Because of this I created a global variable "dbFileName" which I defined in the file Main.pb. However when I try to access the variable in the different form.pb files it is not recognised.
So my questions are:
1. Am I correct in that the "Global" is only valid for one file in the project?
2. Is there any smart way of accessing the file name dbFileName in the different forms?
all the best,
Björn