• Creator
    Topic
  • #4153
    jyeomans
    Participant

      Hi,

      My applet starts by opening a modular form from which the user can click a button that opens a second modular form.

      My problem is that if the user clicks the cancel button on the second form, it closes the form, and then closes the first form and execution stops.

      Can anyone help please?

      Thanks

      John

    • Author
      Replies
    • #7282
      Support 1a
      Participant

        It sounds like a problem with the technique you are using to show and dismiss the forms. It is normally best to show a form using the .ShowModal() method, and dismiss them via the modalresult property of each button (i.e. set the modalResult property of the Cancel button to MRCancel).

        We would be happy to take a look at your applet if you send it to support@advansyscorp.com.

        Regards,

        Advansys Support

      Viewing 1 replies (of 1 total)
      • You must be logged in to reply to this topic.