Afternoon,
I have an application that has five modules where several of the modules are just code modules.
The issue is I declare a variable in the Process Globals but the variable is not seen by the other modules.
I noticed this when trying to pass information to a code module and the variable was empty.
In using breakpoints in the first Activity Module, the variable get what is should from a DB query. When moving to the second Activity Module it does not see the variable and I receive an error that the variable I am trying to use has not been declared.
I know this is one of those beat to death questions but the books say that a Process Global variable should be seen by all modules.
Thanks,
Ron
I have an application that has five modules where several of the modules are just code modules.
The issue is I declare a variable in the Process Globals but the variable is not seen by the other modules.
I noticed this when trying to pass information to a code module and the variable was empty.
In using breakpoints in the first Activity Module, the variable get what is should from a DB query. When moving to the second Activity Module it does not see the variable and I receive an error that the variable I am trying to use has not been declared.
I know this is one of those beat to death questions but the books say that a Process Global variable should be seen by all modules.
Thanks,
Ron