Problem with wpdbrichtext!!!!

  • use the component wpdbrichtext to save my texts in a table firebird, to put if I visualize the text and I try again safe it without having been done no alteration the text is extinguished total… which procedure to make to prevent this problem.

    thanks

    Louder
    Brazil

    • Offizieller Beitrag

    Hi,

    You need to call Changing before programatic changed.

    If you use a SQL database I would recommmend to not use the TDBWPRichText but the TWPRichText. Only when the user wants to save the document you can launch the required UPDATE query.

    Julian