MessageFormHelper:AskQuestion
 
Forums / SmartComponent Library - Developer Forum / MessageFormHelper:AskQuestion

MessageFormHelper:AskQuestion

4 posts, 0 answered
  1. Roger Blanchard
    Roger Blanchard avatar
    381 posts
    Registered:
    29 Jun 2018
    28 Feb 2019
    Link to this post
    I have been using Askquestion for months with no issue. This morning I added passing the ParentForm and now when I try to close my Parentform I get a 15580 error. Calling method: Onformclosing .NET is attempting to call a method in an ABL object that inherits from .NET. The object is either a form that has already been disposed or another object that has been explicitly deleted from the ABL (15580)

    Progress site has this info on this;

    https://knowledgebase.progress.com/articles/Article/Form-displayed-as-dialog-isn-t-disposed-correctly-with-DisposeDialogOnClose-TRUE

    If I add THIS-OBJECT:Dispose() to the MessageForm DESTRUCTOR I do not get the error. 


    MessageFormHelper:AskQuestion (MessageBoxTable:MessageBox_MessageText,
                                                        MessageBoxTable:MessageBox_HeaderText,
                                                        cMessageDetail,
                                                        plDefault,
                                                        poParentForm
                                                        ).
  2. Roger Blanchard
    Roger Blanchard avatar
    381 posts
    Registered:
    29 Jun 2018
    28 Feb 2019 in reply to Roger Blanchard
    Link to this post
    I have also seen this error in the BE designer when trying to close. I have to kill the task.
  3. Mike Fechner
    Mike Fechner avatar
    319 posts
    Registered:
    14 Sep 2016
    28 Feb 2019 in reply to Roger Blanchard
    Link to this post
    15580 errors have lots of causes. And all are issues in Progress' bridge.

    "Have seen" or can you still reproduce that issue? In that case, please log a ticket with http://support.consultingwerkcloud.com

    Also for the issue you describe in the initial post. 
  4. Roger Blanchard
    Roger Blanchard avatar
    381 posts
    Registered:
    29 Jun 2018
    28 Feb 2019 in reply to Mike Fechner
    Link to this post
    I will try to REPRO on the BE designer.

    I will create tickets for this.

    Thanks.
4 posts, 0 answered