[progress Communities] [progress Openedge Abl] Forum Post: Re: Dialog Window Destructor...

  • Thread starter Thread starter steasdale
  • Start date Start date
Status
Not open for further replies.
S

steasdale

Guest
Hello Tim, Thanks for your suggesting, I had a go with the following: ASSIGN lvComponent = CAST(components, System.IDisposable). lvComponent:Dispose(). ..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:DestroyForm(). 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...
 
Status
Not open for further replies.
Back
Top