• How can I absolutely positively without exception force onChange to fire on my DBWPRichText whether anything was changed or not?

    I'm still having problems where some things just will not force the onChange, despite calling Changing and ChangeApplied.

  • I don't have the option of changing it at this point.

    There's not a way to force the changed flag in the data aware rtf?

    Changing
    MergeText
    ChangeApplied

    Doesn't seem to work.


    I'm confused on how, if the text in the rtf visibly changes or it's font or style visibly changes, meaning the RTF is aware of a change and has redrawn it on the screen, why it doesn't update the changed flag.