Language Reference Guide : 4. System Classes : FrameExec Class : IsPopup Attribute
 
Share this page                  
IsPopup Attribute
Data Type: smallint
4GL Access: RW1
The IsPopup attribute determines whether a frame always displays on the layer above its parent frame, reducing to an icon only when the parent frame is reduced to an icon. Values are TRUE or FALSE.
Default: FALSE
Pop-up frames are useful to force the user to provide information or acknowledge a warning prior to continuing the action of the parent frame. For more information about using the IsPopup attribute, see the Programming Guide.
You cannot set this attribute after the frame is running. You can set it in the frame's property sheet when you create the frame or when you run the frame using an openframe or callframe statement (using the with clause).
When a frame has IsPopup set to TRUE, you should not use Frame Menu option or set IsResizeable to TRUE.