Hi,

I have a form.
The form has a datasource.
The datasource has a field ( in the form of a combobox)
The field is of type a base enum.

The base enum has values

Sales
Purch
Invent
Project
FInance
none.

when a user tries to create a record, during run time, is there 
anyway we can change the label of the enum values?. The enum Index 
will remain the same. just to change the label. 

I have tried the below ways.

1. Created a table and stored the text and the enum value. Overrode 
the lookup method. It was nasty.

2. Tried to Treenode, Aotget/setproperties. AOtsave is not actually 
saving on an enum.


Is there anyway, I can change the label ( text  ) of the dropdown 
combobox that are tied to an enum?

appreciate any help.
kind regards,
Subbu



Reply via email to