ScanDetailsByVSpace

Searches a line item grid object for line items, where each line item is defined as the specified height in pixels.

Syntax

bool ScanDetailsByVSpace (sParam)

Parameters

Number of vertical pixels in each lineitem. Smart parameters are supported.

Returns

True if the bound Field object contains lines of data. Otherwise, False.

Level

Field level.

Details

Searches the DETAILS Field object’s zone for instances of a LINEITEM Field object. Captures the data based on the number of vertical pixels (parameter) in a Line Item table, row by row.
Example
ScanDetailsByLines("45")      
This action capture all potential LINEITEM rows (consisting of 45 pixels lines each) in the parent DETAILS field, even rows that might not fit your criteria for content.
Attention: You must run additional rulesets to delete ineligible Line Items. In the Invoices application, these are the Clean and Filter rulesets.