Hi,
> hi bart, thanks for that
>
> however, i've done as you said but the bindings are being updated.
I guess you mean aren't updated .
> when i step through a call to the IsNewAgreementCreated_set, the event is
> not handled and is <undefined value>.
If you set IsNewAgreementCreated after binding, then the event shouldn't be
<undefined value>, so something isn't working.
> the binding is done after the call to InitialiseComponent.
That shouldn't be a problem.
> this.newAgreementPanel.DataBindings.Add("Visible",this,"IsNewAgreementCreated");
>
[quoted text clipped - 10 lines]
> }
> }
I have copy/pasted the above code and added the private variable
_createdAgreement and a panel and it works perfectly (using net 1.1 vc2003).
I have no idea why it doesn't for you, maybe something's different but it's
not in the posted code.
Greetings
> is there anything else i need to do??
>
[quoted text clipped - 55 lines]
>>
>> > how do I do it?
Sam Martin - 16 Aug 2005 16:43 GMT
thank for your help mate

Signature
TIA
Sam Martin
> Hi,
>
[quoted text clipped - 95 lines]
> >>
> >> > how do I do it?