Difference between revisions of "CLEAR POPUPS"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Clears the screen of XBase style pop-ups and releases them from memory
 
Clears the screen of XBase style pop-ups and releases them from memory
Line 27: Line 25:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Menus]]
 
[[Category:Menus]]
 
[[Category:Menus Commands]]
 
[[Category:Menus Commands]]

Latest revision as of 14:49, 10 November 2009

Purpose

Clears the screen of XBase style pop-ups and releases them from memory


Syntax

CLEAR POPUPS


See Also

ACTIVATE POPUP, DEACTIVATE POPUP, ON EXIT POPUP, ON SELECTION POPUP, RELEASE POPUPS, SET COMPATIBLE, SHOW POPUP


Description

The CLEAR POPUPS command clears the screen of XBase style pop-up menus and releases them from memory. The active pop-up is deactivated in the process, and all ON SELECTION commands related to that pop-up are cleared. The command SET COMPATIBLE should be set ON when using XBase style menus.


Example

// Tidy up
clear popups
close tables
return


Products

Recital