Difference between revisions of "SET BLINK"

From Recital Documentation Wiki
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SET BLINK=
 
 
 
==Class==
 
Screen Forms
 
 
 
 
==Purpose==
 
==Purpose==
 
Enable or disable blinking of field contents when help is active
 
Enable or disable blinking of field contents when help is active
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
SET HIGHLIGHT, SET INTENSITY, SET UNDERLINE, SET DELIMITERS, @...GET, READ, EDIT, BROWSE, APPEND, BLINK(), BOLD(), REVERSE(), UNDERLINE()
+
[[@...GET]], [[APPEND]], [[BLINK()]], [[BOLD()]], [[BROWSE]], [[EDIT]], [[READ]], [[REVERSE()]], [[SET DELIMITERS]], [[SET HIGHLIGHT]], [[SET INTENSITY]], [[SET UNDERLINE]], [[UNDERLINE()]]
  
  
Line 23: Line 16:
  
 
==Example==
 
==Example==
<pre>
+
<code lang="recital">
set blink on</pre>
+
set blink on</code>
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|BLINK]]
 
[[Category:Set_Commands|BLINK]]
 +
[[Category:Screen Forms]]
 +
[[Category:Screen Forms Set Commands]]

Latest revision as of 16:48, 12 November 2009

Purpose

Enable or disable blinking of field contents when help is active


Syntax

SET BLINK ON | OFF | (<expL>)


See Also

@...GET, APPEND, BLINK(), BOLD(), BROWSE, EDIT, READ, REVERSE(), SET DELIMITERS, SET HIGHLIGHT, SET INTENSITY, SET UNDERLINE, UNDERLINE()


Description

The SET BLINK ON command enables the associated field to blink when a user presses the [HELP] key to obtain a pop-up menu. This has been added as an enhancement to your user work surfaces. This command allows the optional logical expression <expL> to be evaluated. If a value of .T. is returned, BLINK is set ON. If a value of .F. is returned, BLINK is set OFF. Note that the <expL> should be enclosed in round brackets. The default setting for the BLINK command is OFF.


Example

set blink on


Products

Recital