nca_flex_get_cell_data

Example: nca_flex_get_cell_dataFlexfield Window Functions

Gets data from a Flexfield cell.

int nca_flex_get_cell_data( LPCSTR name, LPCSTR row, LPCSTR column, LPSTR data );
name The logical name of the Flexfield window.
row The name of the row where the data is located.
column The name of the column where the data is located.
data An output variable storing the string found in the specified cell.

The nca_flex_get_cell_data function gets the contents of the specified cell in a Flexfield, and stores it in a variable.

Return Values

Oracle NCA Error Codes

Parameterization

All input string arguments (char type) can be parameterized using standard parameterization.