On one of my forms I display a customers picture. Now, whenever I trigger a method on the form, the image is refreshed. The picture is displayed with a relation and I thought that might be the problem, so I copied the picture also into a global variable - same thing.
Can this reload be avoided? It’s quite annoying…
It seems like as soon as I change any global on the form, the reload occurs. This means that most methods that i trigger initiate this behaviour …
Here’s a sample script: