Hello,
in our login form we use a global variable that holds the user id that can be chosen from a popup menu. That global is defined in a module. In Servoy 3.1 this works fine, in 3.5 I see this in the console:
global.uid_benutzer is not defined in the global variables, a dynamic (media type) global is created
The problem is, that the value list offering the user names is not shown and no user can login. It seems that for 3.5 we are using that global a bit too early?
Thanks
Patrick
this shouldn’t happen because before the solution should be started up/used all modules should be loaded and seen as one solution.
Do you have a testcase?
Just tried to create a small example, but there it works. I can only send you the big story…
you can test a bit more.
for example if you use that field not so soon but a little bit later then it goes ok?
So test if that field is it one time there. You can’t use it anyhow before that ofcourse.
The problem is that I use (and need) this in my login form. It allows to choose the user id…
make another global in that same module right besides the user_id global
And test with that (touch it at the same time that you touch the user_id and then go further in time with it)