Binding a list to an enumeration...
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hi:
How would I bind a list to an enumeration so that enumeration value becomes
list values and enumeration constants becomes list text? Do you loop
through enum and add manually or is there a way to databind like when using
a table as list backing store?
Thanks,
Charlie
.
Relevant Pages
- Re: How to step through an enumerated type?
... I have not checked out how XST handles enumeration attributes. ... If you're iterating over a fixed sequence of elements in the ... for i in enum_value_type'range loop ... With Synplify this works provided the enum has a binary encoding. ... (comp.lang.vhdl) - Re: enum type int or unsigned int?
... that have type int and may appear wherever such are permitted. ... values of all the members of the enumeration. ... "enum" types are declared via the following syntax: ... so the loop will continue to run. ... (comp.lang.c) - Re: Threading Issue with ArrayList
... Thanks for the quick response and the amount of effort you put into it. ... Code within my enumeration loop is sending a message object via an event to ... (microsoft.public.dotnet.languages.csharp) - Re: enum type int or unsigned int?
... that have type int and may appear wherever such are permitted. ... values of all the members of the enumeration. ... "enum" types are declared via the following syntax: ... so the loop will continue to run. ... (comp.lang.c) - Loop Enumeration Constants
... get an enumeration as a collection?) ... Dim varItem As Variant ... 'Dim xlEnum As XlYesNoGuess ... I'm curious to know if there is some way to loop through the ... (microsoft.public.excel.programming) |
|