Example: nca_scroll_line

In the following example, the nca_scroll_line function scrolls down ten values in the Currencies list of values box.

nca_edit_click("GLXJEENT.HEADER.CURRENCY_CODE.0");
nca_button_press("GLXJEENT.TOOLBAR.LIST.0");
nca_scroll_line("Currencies", 10);
nca_lov_select_item("Currencies", "SGD");