Description
Provide the property that would allow you to specify that the form be launched maximized.
Use Case
We have an initial form the is launched when the application is started. We would like it display maximized, it has a navigation menu and a dashboard with charts and data.
Importance
Med
Type
Other
Operating System
Windows
Status
Open
You cannot use $windowproperties(instancename)=”state=MAXIMIZED” ?
Work for us (after show or edit statement)
There is a problem: if I use initial form in application maximized, it looks ok, but when I start some modal form, the maximized form shrinks to is original size. So I can’t use it.