David,
You are looking to C# code and are using C++.
There is an active newsgroup for C++.
However there are AFAIK not much samples.
The newsgroup is
microsoft.public.dotnet.languages.VC
However changing to C# all was it only to learn would be a better option in
my opinion.
> BindingContext[dsMain, "Contacts"].EndCurrentEdit();
This row say take from the collection Bindingcontex the table{"Contacts")
from dsMain "Contacts and do with that the procedure EndCurrentEdit() (this
pushes down information from a binded control to the table.
So I assume
BindingContext[dsMain, "Contacts"]->EndCurrentEdit():
However when it is wrong, don't blaim me.
Cor
David++ - 01 Jun 2005 00:11 GMT
> David,
>
> You are looking to C# code and are using C++.
Ahh, that will be why then ! :-)
> There is an active newsgroup for C++.
> However there are AFAIK not much samples.
>
> The newsgroup is
> microsoft.public.dotnet.languages.VC
Thanks, I'll check that out!
> However changing to C# all was it only to learn would be a better option in
> my opinion.
[quoted text clipped - 8 lines]
>
> BindingContext[dsMain, "Contacts"]->EndCurrentEdit():
Thanks for the info.!
> However when it is wrong, don't blaim me.
Hey ! you got it wrong ;-)
> Cor
Cheers and thanks for your help,
best,
David