Hi all,
i have a field in excel which contains some value, i am importing that excel into my form(table) using x++. but those values aren't inserting into the field which is an enum field in the table. ! i tried like below but it is not inserting into the table when imported.
table.field = range.get_Item(i, 1).value);
reference link which i follwed for importing from excell
any suggestions pls.
thanks in advance