form size

bartwyckmansbartwyckmans Member Posts: 39
edited 2003-12-04 in Navision Attain
Anyone can help me pls.

How is it possible to open a form and set it immediately to a smaller size (not minimized). (with code ofcourse)

Thanks alot

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    CurrForm.WIDTH := 200;
    CurrForm.HEIGHT := 300;
    
    Have a look at eg. form 5077 Create Interaction.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • SbhatSbhat Member Posts: 301
    Hi,

    Its currform.<fieldname>.width := 2000;
    currform.<fieldname>.height := 5000;

    Thanks
    Regards
    Suresh.
  • SuperDuperDKSuperDuperDK Member Posts: 1
    You may want to take a look at form 5077 :wink:

    Dennis
Sign In or Register to comment.