Is there a difference in processing during the login process compared to a normal solution method?
I have a solution with login and authenticator modules.
I want to show an image taken from adatabase table corresponding to the username entered.
I use the authenticator to retreive a dataset for the record related to the username. There are four columns to this dataset, the fourth containing the image (byte array).
I copy this data to a global variable defined in the login module and this variable is on the login form as type media.
Nothing is shown after I have copied the image byte array to the global. The three dataset columns are copied successfully to the global variables also defined in this login module. (these types are Integer and String however).
Is there a blocking of processing images during login?
During the normal solution I have a form that allows the user to change the image and I use almost the same code and it works fine.
Has anyone done similar or found similar side effects.
Servoy 5.2.7