[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Memory leak in 11.7

Status
Not open for further replies.
J

jquerijero

Guest
[quote user="Roger Blanchard"] What we do is subscribe the form to a Form_Close event in our MainMenu; oForm:FormClosed:SUBSCRIBE (THIS-OBJECT:Form_Closed). Then when the form closes we delete the object in that event as well as other clean up for different type of forms METHOD PRIVATE VOID Form_Closed(sender AS System.Object, e AS System.EventArgs): DELETE OBJECT sender NO-ERROR. /* this will delete form */ END. [/quote] I tried your suggestion, but it is giving "Invalid or inappropriate handle . . . (5425)" error.

Continue reading...
 
Status
Not open for further replies.
Top