Refresh Bind Control

  • Thread starter Thread starter JC Voon
  • Start date Start date
J

JC Voon

Hi:

How do i refresh the bind textbox value, when the datacolumn is
changed in code ? the CurrencyManager.Refresh seem not work for me,
any idea ?

Thanks
JCVoon
 
Rulin Hong:
Try CurrencyManager.EndCurrentEdit Method

Thanks for the reply.

Because the field is a "loopkup field", which value will change base
on another field value, the user is editting the record, so i cannot
call the EndCurrentEdit after update the "lookup field".

In my business object how do i get the CurrencyManager ? From the help
file, the bindingContext is only available on the class derived from
control.

Cheers
JCVoon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top