S
steasdale
Guest
Hello Tim, Thanks for your suggesting, I had a go with the following: ASSIGN lvComponent = CAST(components, System.IDisposable). lvComponent
ispose(). ..but I still get the same error. I have also tried setting the dialog disposeDialogOnClose = FALSE instead of TRUE, followed by parent window command dialogName
estroyForm(). This appears to fix the problem by NOT calling the Destructor at all, but I think avoiding running the Destructor is wrong, as the dialog is Still a valid object.
Continue reading...
Continue reading...