I am not sure if this is related but I am looking to eliminate PUBLIC variables in my app and I thought _SCREEN was a valid place to put this data. Should I being doing something else? I am looking to store an oUser object, oData, ...
"Make sure you do not store user-dependent data in PUBLIC variables.
User-dependent data should be stored in form, form members, in _SCREEN properties."