Hello,
I would like to know how to create a procedure which initialize global variables when I start my project.
I try this but it doesn’t work :
- in project library I place a function which initialize variables from a parameter table in database
- in my menu application , in OnApplicationInit I add a call of this function
The error message is "Connection to database error " because there is no DB acces in menu application !!!
If, I check my library in Application Library, I cannot save due to the same db error
Thanks in advance