Salesforce

Flow (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Flow (Magic xpa 3.x)

Checks the flow mode of an operation.

Syntax:

Flow(string)

Parameters:

string: An Alpha string that represents the flow mode:
N – next, step mode
F – fast mode forward
P – previous, step mode
R – reverse, fast mode
S – select exit in a selection program
C – cancel, exit without a selection program

Returns:

Boolean (TRUE) if the mode specified as input is the current operation mode.

Example:

Flow('N') returns TRUE if the operation is performed in Step mode.

See also:

ViewMod, VarMod

How Do I Condition an Operation to Be Executed Only When the End User Tabs from One Field to Another in a Certain Direction?

The Online and Rich Client Samples projects (program LG12 and RLG12)

Reference
Attachment 
Attachment