Copy link to clipboard
Copied
All,
Have a hopefully simple question..why am I getting an error when I try to reference an Application variable within a method? Is there a trick to get the method to recognize the application variable?
Element DBADMIN is undefined in APPLICATION.
Application Variables:
DBADMIN=databasename
This suggests to me that at the time the exception was raised, application.dbadmin didn't exist, but at some stage between then and when the debugging was rendered, it was created.
Where's application.dbadmin created?
--
Adam
Copy link to clipboard
Copied
This suggests to me that at the time the exception was raised, application.dbadmin didn't exist, but at some stage between then and when the debugging was rendered, it was created.
Where's application.dbadmin created?
--
Adam