Difference between revisions of "SET BORDER"

From Recital Documentation Wiki
Jump to: navigation, search
Line 15: Line 15:
  
 
==See Also==
 
==See Also==
ACHOICE(), @…MENU
+
[[ACHOICE()]], [[@…MENU]]
  
  

Revision as of 12:03, 11 March 2009

SET BORDER

Class

Screen Forms


Purpose

Changes bordering


Syntax

SET BORDER TO SINGLE | DOUBLE | PANEL | NONE


See Also

ACHOICE(), @…MENU


Description

The SET BORDER command changes the bordering of menus and @... commands from the default setting. The SINGLE option will draw single lines, whereas the DOUBLE option will draw double lines around menus and boxes. The PANEL option will cause the box to be drawn in reverse video. The NONE option disables bordering altogether.

An option must be specified with the SET BORDER command. The SET BORDER TO NONE command can be used to disable the default bordering of menus such as in the ACHOICE() function.


Example

// menu framed with double line
set border to double
menu1 = achoice(4,5,15,20,files)


Products

Recital Mirage Server, Recital Terminal Developer