DSELF |
DEVELOPER |
Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > DSELF
|
|
Purpose |
DSELF deselects a file. |
Syntax |
DSELF |
Remarks |
The DSELF statement can only be used in file logic at the following points in the cycle: When DSELF is invoked, it remains active for the execution of the current iteration of a cycle. |
Example |
IF FILEDATE < @DATE THEN DSELF; |
DSELF is ignored when executed in file logic of the primary file in a Paging Cycle. |
Topic ID: 520049