Urgent !!!! Lost global variable value

Hi guys,

I have a control application designed to validate user and password. This control application creates a global variable (userid). Once validated, a menu application is invoked.

The menu application has an item that invokes another control application intended to write a report. The problem I’m facing is thar the second control application cannot access the global variable’s value.

Can anyone put some light on this issue ?

Regards,

Manuel

Additional information: the global variable is not accesible in the OnValidate evemt