StrataFrame Forum

Enumeration problem for comboBox

http://forum.strataframe.net/Topic8693.aspx

By Joseph-Carl Theodat - 5/7/2007

My combobox list is empty. I select the enum from the Enum Browser... but nothing is displayed at run-time. I tried with SqlDbType and it works. My enum are simple ones... like this one

public enum SelectionType

{

AllItem = 0,

SelectedItem = 1

}

Is there any requirements? Like every project has to be strataframe projects? I had a sample SF  project which contains the enums.

By Joseph-Carl Theodat - 5/7/2007

I fixed the error.. It was an environnement mistake...

Sorry!

By Trent L. Taylor - 5/7/2007

No problem.  Glad you found your issue. Smile