Not Re-Sizing a Pop up Form

brucem
brucem Member Posts: 86
edited 2000-06-26 in Navision Financials
Is it possible to get a pop up form to stay sized to a predfined size REGARDLESS to whether the form / application is maximized, resized.

the selection boxes / warnings seem to do it can you do it with a form?

Bruce

Comments

  • Bardur
    Bardur Member Posts: 2
    Just set the form proprties
    Minimizable = No
    Maximizable = No
    Sizeable = No
  • brucem
    brucem Member Posts: 86
    I'm Afraid this doesn't work.

    If the application is Maximised before the form is called the form opens maximised to the full window size.

    Bruce
  • JohnP
    JohnP Member Posts: 56
    Set the dimensions with CurrForm.Height & CurrForm.Width in the OnInit. OnOpenForm or OnActivate triggers. The maximise, minimise & sizeable properties will then prevent it being resized subsequently. That ought to do the job.