T
tbergman
Guest
Yes, I’m looking for the ABL class name. It’s useful for developers to be able to determine the name of the class when debugging problems. In our GUI application, a standard piece of code puts a trigger on every frame for the right-mouse double-click action. This allows developers/testers to easily determine where to look in the code if they identify a problem in the interface, want to add an additional choice or field etc. In addition to the program-name, we also go through the Program-Name(n) chain to see how the current object was called. I’d like to be able to do the same with .net forms. The trigger is easy, but I can’t find a way to get to the name of the class. Thanks, Tom
Continue reading...
Continue reading...