nca_scroll_drag_from_min

Scroll Object Functions

Moves the scroll a specified distance from the minimum position.

int nca_scroll_drag_from_min( LPCSTR object, int position );
object The logical name of the scroll object.
position The relative position within the scroll.

The nca_scroll_drag_from_min function moves the scroll to the specified distance from the minimum position.

Return Values

Oracle NCA Error Codes

Parameterization

The following argument(s) can be parameterized using standard parameterization: object

Example

In the following example, the nca_scroll_drag_from_min function scrolls down 1 scroll in the Reports list scrollbar.

nca_edit_click("FNDRSRUN.REPORT.USER_CONCURRENT_PROGRAM_NAME.0");
nca_button_press("FNDRSRUN.TOOLBAR.LIST.0");
nca_scroll_drag_from_min("Reports", 1);
nca_lov_select_item("Reports", "Aged Trial Balance - 7 Buckets - By Amount");