nca_combo_select_item
| Combo Box Object Functions |
Selects an item in a combo box.
int nca_combo_select_item( LPCSTR name, LPCSTR item_name );| name | The logical name of the combo box. |
| item_name | The item to select in the combo box. |
The nca_combo_select_item function selects an item in a combo box.
Return Values
Parameterization
All arguments of this function may be parameterized using standard parameterization.
Example
In the following example, the nca_combo_select_item function selects the item "Pro Forma" in the Invoices combo box.
nca_combo_select_item("INVOICES_EDI_FACTOR_QUALIFIER_0",
"Pro Forma");

