Example: nca_button_set

In the following example, the nca_button_set function sets the One Time Flag button to ON.

nca_lov_retrieve_items("Supplier Types",1,11);
nca_lov_select_item("Supplier Types", "One-Time");
nca_button_set("APXVDMVD.VNDR.ONE_TIME_FLAG.0",1,260);
nca_button_press("APXVDMVD.CTRL.VNDR_FOLDER_OPEN.0");