Salesforce

CurRow (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

CurRow (Magic xpa 3.x)

Returns the number of the current parked row inside a Table control.

Syntax:

CurRow(generation)

Parameters:

generation: A number that represents the task's hierarchic position in the runtime task tree. 0 represents the current task, 1 its immediate ancestor, and so on.

Returns:

If a Table control exists in the task specified by the generation, the function will return the number of the parked row in that table.

If the specified generation does not exist, the function returns the value of 0.

If the specified generation is a Batch task, the function returns the value of 0.

If there is no table, the function returns the value of 0.

Example:

CurRow(0) returns the number of the parked row of the Table control in the current task.

Platform specific:

This function is not supported for mobile devices.

See also:

The Online and Rich Client Samples projects (program IF06 and RIF06)

Reference
Attachment 
Attachment