Example: nca_response_set_data

In the following example, the nca_response_set_datafunctioninserts 5 into the Specifications 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_data("Specifications ", "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");