Example: nca_set_server_response_time

In the following example, the nca_set_server_response_time function specifies a value of 60 seconds.

nca_set_server_response_time(60);
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");