Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1155
dataset does not get text in ultratext editor
posted

Hi,

When I click a button on my form one of my text editors' text is set automatically like this:

myTextEditor.Text = DateTime.Now.ToString("dd.MM.yyyy HH:mm:ss") + "  name of user";

This texteditor is bound to a dataset in designer. When I now want to save my changes by clicking another "save" button, the dataset does not have the text value of this texteditor.

Its only working if I really click into the text editor and put in text manuallybefore saving the ds.

So it seems that my text editor does not accept the automatic added text once I am saving the dataset.

Any ideas?

 

 

 

Parents Reply Children
No Data