Posted 20 years ago
by adfontes
Having a problem getting the SyntaxEditor binded to a dataset. Code is:
Me.SyntaxEditor1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.objNewsData, "News.NewsText"))
which works fine with a RichTextBox, but the editor does not display anything. No errors are generated. Any ideas?
Thanks
Me.SyntaxEditor1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.objNewsData, "News.NewsText"))
which works fine with a RichTextBox, but the editor does not display anything. No errors are generated. Any ideas?
Thanks