load image during login solution vs normal solution

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

Tom,

We expect to release a new build of Servoy 6 this or next week.
When it is out, can you try the same with that one?

I made some changes in serialisation in that release and I wonder if that also fixes your issue.

Rob

Well I tried to test using 6.0 beta 1 (see http://www.servoy.com/forum/viewtopic.php?f=1&t=15953#p85933) but could not get very far when I imported my solution I could not get past the login to check. I will try bypassing that defect and do this test.

I have tested using v6 beta 2 and v6 beta 3 and the fix seems not to have been implemented yet. Can that be confirmed?

Tom,

I think that should work.
Can you show it in a small sample and file a case with that?

Rob

Also tested with beta 4 - same erroneous result.
Filed case 38811

Tom,

This is fixed in next Servoy 6 release.

Rob

Thanks,
I will test in beta 5.