Example: nca_lov_find_value

In the following example, the nca_lov_find_value function presses the Find button to find values for Journalsbeginning with Ad. Five values are returned, and the user selects Addition.

nca_edit_click("GLXJEENT.FOLDER_QF.BATCH_NAME.0");
nca_button_press("GLXJEENT.TOOLBAR.LIST.0");
nca_lov_find_value("Journals", "Ad%");
nca_lov_retrieve_items("Journals",1,5);
nca_lov_select_item("Journals", "Addition");