I have a RTE and I am trying to prevent user from using the key board "cntrl-z" so that it does not clear out the RTE.
Scenario: Retrieve data from DataBase and paste it to the RTE control, that original paste I am guessing is being added to UNDO stack, I want to make sure that initial paste is not "undone". I would like the undo process to start after the intial load/paste of the info. Any thoughts... is there a way to reset the undo after the initial paste? I tried using pbm_undo event on the RTE but not getting it to fire off when user hits "cntrl-z".
Win 10 64bit, PB 2017-R3.
Dave V