Hi everyone
I need to achieve the following:
Make a new BaseEnum with the following items (undefined, abc, def). Then make an EDT with this enum as basic type. So far so good.
Now I need to put this in a parameterstable. So I added a column with ExtendedDataType the EDT that I made here above and the enumtype automatically was the BaseEnum's.
Now I want to put one of the enum's value into this column, how can I achieve this ?
I tried already the following (for example):
parametersTable.ColumnEnum = BaseEnum::abc;
parametersTable.update();
Greetings,
Vincent
*This post is locked for comments
I have the same question (0)