Problem with globals

Hi everybody,

I have a Master / Detail form. And the Detail form use a global variable that receive of the master.
In development enviroment all works fine.
But in prodcution, the detail form no work and shows an error that say: “undefined global variable: Deporte_ID”

Any ideas??

Thanks in advance.

Regards,

Quatrero

Re: Problem with globals

Dear all,

the same problem also in my experience. I don’t know if it’s a bug or not but I lost so many hours over this point without finding real solution or motivation.
Yesterday I compiled for n times and deploy it to production . I emptied all tables of Master and Details on production too and, very late in the night, it has started to work again. The problem is that I have not find a solution but it seems a lucky end without the security that next time it will rise again once more.
Giovannino

Re: Problem with globals

Hi all,
I’m triying to use a parameter not a global. But now, In development works fine too. But in production, not show any error message, but when I click in add button for insert a record.
The app remains thinking and not perform any action.

Which could be the reason?