01-29-2020, 08:38 AM
(This post was last modified: 01-29-2020, 08:39 AM by SorenJensen.)
Hi All,
I have a number of vars defined in UserSession, which I use over and over again in many of the forms, and I need to initialize then at the creation of the form. Currently I do that, for every var, in the create or show of every form.
Is it possible to define a procedure in UserSession, to be called from the forms instead ?
NB! the forms don't have UserSession in the Uses clause. Only the ServerController.
If not, would anyone have other proposals of how to archive the same functionallity ?
Regards
Soren
I have a number of vars defined in UserSession, which I use over and over again in many of the forms, and I need to initialize then at the creation of the form. Currently I do that, for every var, in the create or show of every form.
Is it possible to define a procedure in UserSession, to be called from the forms instead ?
NB! the forms don't have UserSession in the Uses clause. Only the ServerController.
If not, would anyone have other proposals of how to archive the same functionallity ?
Regards
Soren