Re: Native English speakers wanted

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: ABC - Sébastien Beaugrand (beaugrand_at_activebaseconcept.com)
Date: 04/26/04


Date: Mon, 26 Apr 2004 09:44:19 +0200

It was exactly what I wanted the BindingManager to do : "Occurs when the
bound value changes"

It was doing the job with Framework 1.0 but now with 1.1 it is not working.
That's why I'm talking about a bug.

Of course It is possible to do that with record changing event, but in this
context the application is working in production since more than one year on
many computers. It is not possible to change that code at low price, and
because of this bug it's not possible to migrate the application from VSNET
2002 to VSNET 2003...

That's why I am waiting for a patch.

"CJ Taylor" <cege at the123 dont use this part till here tavayn dot com> a
écrit dans le message de news:OviPe4vKEHA.1264@TK2MSFTNGP12.phx.gbl...
> Cor,
>
> Yeah I know I read that too, but just from my own experiences it doesn't
> always fire, or fires way too often. In most cases I only got it to fire
> when I changed rows on the binding context and rarely if I changed a value
> (it seemed to be almost dependent on length on the validating event.
which
> is when it is *supposed* to fire. Or at least when I think it should. )
>
> This is just my experience with it.. Like I said, I deal with Datasets a
lot
> so I attach to the column changing/changed event and that works better
than
> binding context as far as I'm concerned.
>
>
>
> "Cor Ligthert" <notfirstname@planet.nl> wrote in message
> news:%23wURg6VKEHA.1312@TK2MSFTNGP12.phx.gbl...
> > Hi CJ,
> >
> > I did ask something to you can you translate it for us.
> >
> > It seems that in 1.0 as sebastian stated the event fired when the user
> > clicked something in the textbox the same as the textbox.textchanged
> event.
> >
> > The text from msdn for me sounds also like that, however you can
probably
> > tell that better than us no English EU persons.
> >
> > "Occurs when the bound value changes".
> >
> > Cor
> >
> >
>
>



Relevant Pages

  • Re: Binding.Format event with ComboBox
    ... I did find that the SelectedValue Binding does fire ... but it does not fire when an item is selected. ... > Private Sub Form1_Load(ByVal sender As System.Object, ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: bind question - is there a not modifier?
    ... your problem is that you have a binding ... on a canvas item and a slightly different binding on the canvas. ... canvas man page documents the fact that both of these bindings will fire. ... And I now understand the paragraph in bind on multiple ...
    (comp.lang.tcl)
  • Re: ComboBox - How to stop firing Select Index Event on Load
    ... > Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ... > I am binding a dataset to a ComboBoxwhich causes the ... > don't want to fire this code when binding the data to the combobox. ...
    (microsoft.public.dotnet.languages.vb.controls)
  • Re: Stored procedure returning string type-can u bind this to a txtbox
    ... You'll want to use a Binding Context so you can navigate ... you can set the .Position property of the binding Context ... you can use a dataRelation for instance and bind a combobox or listbox ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Event doesnt work in late binding?
    ... I trying use late binding with event, but event doesn't fire. ... DLL Hell problems? ... Try ComGuard - http://www.vbsight.com/ComGuard.htm ...
    (microsoft.public.vb.enterprise)