T
tim
Guest
If they're defined in the agent startup procedure, then only the ABL Session that happened to run the agent startup procedure will have them defined. Instead, they should be defined in the session startup procedure (which is run whenever an ABL Session is created). However, if they are not global shared, none of them will be seen at all because the session startup procedure is not part of the call-stack when you run a request.
Continue reading...
Continue reading...