Large Form Size.

MarkyMarky Member Posts: 6
Hi all,
I need to create a form that overlaps the Main MBS application, That mean the form should cover the complete monitor, as I don’t want the user to close the application with the close button. Is there any way that this can be done.
Regards,
Mark

Comments

  • nunomaianunomaia Member Posts: 1,153
    Check form trigger "OnQueryCloseForm".

    You can control when user can close form.
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • ara3nara3n Member Posts: 9,256
    LS retail has done this for their POS form. It takes the whole screen.

    They basically hacked and created an external COM component that this.


    So it's not possible with standard Navision.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • nunomaianunomaia Member Posts: 1,153
    ara3n wrote:
    LS retail has done this for their POS form. It takes the whole screen.

    They basically hacked and created an external COM component that this.


    So it's not possible with standard Navision.
    Yes, I forgot to mention that …., and with Navision Pane it’s even more difficult to control forms.

    Thanks ara3n :wink:
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • MarkyMarky Member Posts: 6
    Thank you all for your reply ! I will try on close query.
Sign In or Register to comment.