New Posts New Posts RSS Feed: [resolved] Bindingsource List(of IdeabladeEnum) and __self
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

[resolved] Bindingsource List(of IdeabladeEnum) and __self

 Post Reply Post Reply
Author
Dominique View Drop Down
Groupie
Groupie
Avatar

Joined: 28-Jun-2007
Location: Norway
Posts: 44
Post Options Post Options   Quote Dominique Quote  Post ReplyReply Direct Link To This Post Topic: [resolved] Bindingsource List(of IdeabladeEnum) and __self
    Posted: 28-Jun-2007 at 1:21am
Hi,

I have a Status property on myCustomer. Status is defined as an Enum in the Mapper.
I build a datagridView (with a DGVBM) and a detailview(with a CBM) both with a combo for choosing the status.
in the ListConverter wisard I choose "create List" as which result in a BindingSource object mStatusBS that I get the listSource. (The DGVBM and the CBM use now the same listSource)
In code I get a List(of Status) to populate the bindingSource but it won't work and complain not having a __Self property.
It worked earlier today maybe before I transformed the Status in an enum.

Any Idea of what is happening?

Dominique
[edit]: I removed evertything that had to do with the combo just use one combo in the details view and it kind of work now... I would appreciate any comments on wath might happen
[edit2]: I solved the problem by using an Ideablade BindaleList(Of) :-)

Edited by Dominique - 28-Jun-2007 at 4:40am
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down