Example: nca_response_press_ok
In the following example, the nca_response_press_okfunctionpressesOKin the Specifications response box.
nca_set_window("ACME Steel");
nca_flex_press_lov("ACME Steel", "Entity", "");
nca_set_window ("Entity" );
nca_lov_retrieve_items("Entity",1,8);
nca_lov_select_item("Entity", "3");
nca_set_window("ACME Steel");
nca_flex_press_lov("ACME Steel", "Accounting", "");
nca_set_window("Specifications ");
nca_response_set_cell_data("Specifications ", "Thickness", "5");
nca_response_press_ok("Specifications");
nca_set_window ("ACME Steel");
nca_flex_press_lov("ACME Steel", "Accounting", "");
nca_set_window( "Accounting" );
nca_lov_retrieve_items("Accounting",1,10);
nca_lov_select_item("Accounting", "53");