Purpose

CURRENTLS.ONETIME allows a screen cycle property to be set to one-time only.
 

Syntax

CurrentLS.OneTime = value (Both upper/lower or mixed case are acceptable.)
 

Operation

value = 1, 0, or any numeric variable.  Values other than 0 will be considered as TRUE.
 

Remarks

If the logical screen is one-time, this variable will contain 1.  Otherwise, it will be 0 (off).

The one-time screen property must be set in the On Entry logic of a logical screen/report/update function.  The new property state remains in effect until the logical screen is exited or the command is executed again.
 

Example

CURRENTLS.ONETIME = 1
 

Comment on this topic

Topic ID: 520038

Table of Contents

Index

Glossary

-Search-

Back