Prepare to block on .NET forms
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Depending on the application and type of form you might
also have to explicitly initialize the form for display by setting
its Visible property to TRUE or
by calling its Show( ) method. In any
case, forms do not initially appear until you execute an appropriate .NET WAIT-FOR statement.
After that point, you can display any other non-modal forms using
their Visible properties or Show( ) methods alone.