Example: nca_set_window

In the following example, the nca_set_window function indicates that the focus is on the Oracle Applications and Responsibilities windows.

nca_set_window("Oracle Applications");
nca_edit_set("SIGNON_USERNAME_0", "OPERATIONS");
nca_obj_type("SIGNON_USERNAME_0",'\t',0);
nca_edit_set("SIGNON_PASSWORD_0",lr_unmask("39c75500579e2a84e5512a"));
nca_button_press("SIGNON_CONNECT_BUTTON_0");
nca_set_window("Responsibilities");
nca_lov_retrieve_items("Responsibilities",1,5);
nca_lov_retrieve_items("Responsibilities",6,9);