Form - Maximized

vpkv
vpkv Member Posts: 3
My form has property MaximizedOnOpen = yes.
From the form a codeunit is called for posting and when the form been activated again it is no longer Maximized.
I need a property or code so the form is Maximized all the time.
Can somebody help me?

Comments

  • DenSter
    DenSter Member Posts: 8,307
    So is that a tip or a trick? :-k
  • Marije_Brummel
    Marije_Brummel Member, Moderators Design Patterns Posts: 4,262
    It is the wrong forum and the post is already marked as reported.
  • Administrator
    Administrator Member, Moderator, Administrator Posts: 2,508
    [Topic moved from Navision Tips & Tricks to Navision forum]
  • Waldo
    Waldo Member Posts: 3,412
    vpkv wrote:
    My form has property MaximizedOnOpen = yes.
    From the form a codeunit is called for posting and when the form been activated again it is no longer Maximized.
    I need a property or code so the form is Maximized all the time.
    Can somebody help me?

    Is the process showing a dialog of some kind, which is not maximized?

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • vpkv
    vpkv Member Posts: 3
    Yes a new form is used in the codeunit. But the problem is with or without the form in the codeunit when the form is activate again it is not
    maximized since the property MaximizedOnOpen is just used when the form is open.
    When the codunit is running I don't won't to close the form.
    I missed a property like MaximizedAllways.

    Kari
  • Waldo
    Waldo Member Posts: 3,412
    True ... and there are only two options available:
    - maximizable
    - miximizedOnOpen

    You can't maximize a form in C/AL

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog