L
Laura Stern
Guest
Ah yes. You are correct. We will not run the event handler if the control calls us back on another thread. So maybe that is why the event handler is not being called. When this happens we DO issue an error message: You are trying to use a multi-threaded .NET object in a way that is not supported. The ABL cannot be called on a thread other than the main thread. (15740) Given that this is an AppServer, this should show up in their AppServer .log file so they should check the log to see if that is the case.
Continue reading...
Continue reading...