M
Mike Fechner
Guest
Hi Samuel, not all callbacks in the ABL can be class based. And it's absolutely possible, that this callback here still must be procedural (the place to ask to get this fixed is here: community.progress.com/.../openedge ). So you may have to create a proxy procedure to be used as the actual callback and from there call into a class. As you have access to our code, a similar implementation is done for the SAX-READER, see: Consultingwerk/sax-reader-handler.p (generic callback procedure) Consultingwerk.ISaxReader (INTERFACE) Consultingwerk.Util.Support.ResxFileParser (IMPLEMENTS ISaxReader)
Continue reading...
Continue reading...