Retrieving values from external module

A

alex

I need to retrieve and use the definition string
associated to a constant in an external referenced module.
Example: In the module there is a Enum SettlementType
wich has 2 members with these definitions:

enSettlementElectronic Electronic transmitted bill: 0
enSettlementPaper Paper: 1

How can I retrieve the definition associated with the
constants, in this case <Electronic transmitted bill>,
<0> and <Paper>,<1> in order to
poulate a combobox?

Thank you in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top