In my app I call a sub "ShowNameDialog", which I cannot find in my BAS nor INC files. I also cannot find it in the Jose includes that I use. PBCodec does not report it either.
When I ran the app code that executes ShowNameDialog, my program actually runs a sub called "ShowEntryDialog".
I have no idea why calling out ShowNameDialog (which does not exist) results in running ShowEntryDialog. I have no Macros which would substitute one for the other.
Any suggestions on what I am missing?
When I ran the app code that executes ShowNameDialog, my program actually runs a sub called "ShowEntryDialog".
I have no idea why calling out ShowNameDialog (which does not exist) results in running ShowEntryDialog. I have no Macros which would substitute one for the other.
Any suggestions on what I am missing?
Comment