I have a subform placed on a main form. There are global variables (actually objects, such as a NotesDatabase, Notesdocument, NotesSession, etc.) being set in the Declarations of the entire subform.
After opening the form, there is an action in the action bar (the action is actually on the subform too) that uses some of these. However, watching it in debugger, the objects are empty, even though I watched them being set during the postopen of the subform.
Could there be a phantom corrupted subform somewhere that is causing this to fail? It has to be something strange like that, because I have it working in a database currently in testing, but my development copy is dropping these items.
I am completely lost as to what is going on, and wish debugger could show it to me just a tad more granularly as I go through it.
Thanks,
- Matt