Difference between revisions of "SCROLL()"

From Recital Documentation Wiki
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
=SCROLL()=
 
 
 
==Class==
 
Screen Forms
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to designate a screen area to scroll
 
Function to designate a screen area to scroll
Line 29: Line 22:
  
 
==Products==
 
==Products==
Recital Mirage Server, Recital Terminal Developer
+
Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 15:29, 7 December 2009

Purpose

Function to designate a screen area to scroll


Syntax

SCROLL(<expN1>,<expN2>,<expN3>,<expN4>,<expN5>)


See Also

MENU BROWSE, SET SCROLL, TEXTEDIT()


Description

The SCROLL() function designates an area of the to scroll up, scroll down, or blank out. The coordinates of the screen portion are specified in the numeric expressions <expN1-4> . The numeric expressions represent numbers for the beginning row, beginning column, ending row and ending column, respectively. <expN5> is the number of rows to scroll. A number greater than zero scrolls up the specified number of rows. A value less than zero scrolls down the specified number of rows. A value of zero clears the specified scroll area.


Example

scroll(2,2,20,20,10)


Products

Recital