Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
QuestionBar code reader Pin
Paul Harsent18-Aug-09 0:22
Paul Harsent18-Aug-09 0:22 
AnswerRe: Bar code reader Pin
phannon8618-Aug-09 1:25
professionalphannon8618-Aug-09 1:25 
Questionsearch part of key in the SortedDictionary Pin
mahraja17-Aug-09 23:46
mahraja17-Aug-09 23:46 
AnswerRe: search part of key in the SortedDictionary Pin
Christian Graus18-Aug-09 0:04
protectorChristian Graus18-Aug-09 0:04 
QuestionHow to catch the data that is going to be displayed on IE? Pin
svt gdwl17-Aug-09 22:39
svt gdwl17-Aug-09 22:39 
AnswerRe: How to catch the data that is going to be displayed on IE? Pin
Christian Graus17-Aug-09 22:44
protectorChristian Graus17-Aug-09 22:44 
AnswerRe: How to catch the data that is going to be displayed on IE? Pin
Jacobb Michael17-Aug-09 23:50
Jacobb Michael17-Aug-09 23:50 
QuestionChild list for field xxx cannot be created when using BindingContext.EndCurrrentEdit Pin
Nigel Mackay17-Aug-09 22:32
Nigel Mackay17-Aug-09 22:32 
My project is large, so I can't remember when I last made any changes to this particular form, which used to work.

To bind the my datasets to the datagridviews I have:
bsUsers.DataSource = dsUsers;
bsUsers.DataMember = "UserList";
dgvUsers.DataSource = bsUsers;
bsRoles.DataSource = dsRoles;
bsRoles.DataMember = "RolesList";
dgvRoles.DataSource = bsRoles;
The grids display the correct data.
At the start of saving changes I have:
Validate();
BindingContext[dsRoles, "RolesList"].EndCurrentEdit();
BindingContext[dsUsers, "UserList"].EndCurrentEdit();
The last line gives the runtime error "Child list for field UserList cannot be created". The previous line (dsRoles) works.

I have copied and pasted "UserList" just to make sure that there are no invisible spelling mistakes.
In the Watch pane I can't find any property for dsUsers where one can check if "UserList" is still correct.
AnswerRe: Child list for field xxx cannot be created when using BindingContext.EndCurrrentEdit Pin
Hristo-Bojilov17-Aug-09 23:38
Hristo-Bojilov17-Aug-09 23:38 
QuestionEvent Calendar Pin
arhat00217-Aug-09 22:25
arhat00217-Aug-09 22:25 
AnswerRe: Event Calendar Pin
Christian Graus17-Aug-09 22:36
protectorChristian Graus17-Aug-09 22:36 
AnswerRe: Event Calendar Pin
stancrm17-Aug-09 22:37
stancrm17-Aug-09 22:37 
Questioninsert time Pin
mjawadkhatri17-Aug-09 22:22
mjawadkhatri17-Aug-09 22:22 
AnswerRe: insert time Pin
SeMartens17-Aug-09 22:25
SeMartens17-Aug-09 22:25 
GeneralRe: insert time Pin
mjawadkhatri17-Aug-09 22:30
mjawadkhatri17-Aug-09 22:30 
GeneralRe: insert time Pin
SeMartens17-Aug-09 22:32
SeMartens17-Aug-09 22:32 
GeneralRe: insert time Pin
mjawadkhatri17-Aug-09 22:34
mjawadkhatri17-Aug-09 22:34 
GeneralRe: insert time Pin
SeMartens17-Aug-09 22:36
SeMartens17-Aug-09 22:36 
GeneralRe: insert time Pin
mjawadkhatri17-Aug-09 22:37
mjawadkhatri17-Aug-09 22:37 
GeneralRe: insert time Pin
King Julien17-Aug-09 22:39
King Julien17-Aug-09 22:39 
GeneralRe: insert time Pin
Calla17-Aug-09 22:44
Calla17-Aug-09 22:44 
GeneralRe: insert time Pin
King Julien17-Aug-09 23:21
King Julien17-Aug-09 23:21 
GeneralRe: insert time Pin
Calla18-Aug-09 0:23
Calla18-Aug-09 0:23 
AnswerRe: insert time Pin
Luc Pattyn18-Aug-09 0:30
sitebuilderLuc Pattyn18-Aug-09 0:30 
AnswerRe: insert time Pin
morsanu18-Aug-09 1:54
morsanu18-Aug-09 1:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.