Using VB 6 SP5
In my project I am using a databound form that uses a data aware class
which uses ADO.
On my form all my input controls are either text boxes or datacombo
boxes, except for one RichTextbox. This particular control displays the
data that is already in the database, but when you update the field it
does not "trigger" ADO that a change has been made like the other
controls do. If I change the contents of another field, then the RTB
will update. Can I "trip" a setting to force this "update state" in the
change event of the RTB?
I'm not exactly sure how it works to begin with, but I know I'd like
that RTB comtrol to work the same as the others. I at least need some
kind of workaround, if this is not possible.
Can anyone assist me with this, please?