• Using TWPRichText and executing SaveToFile will result in a zero byte file if the filename contains a dot. I noticed a post in the WPTools6 forum about this, but it still seems to be happening with WPTools 7. For example, if you
    select some text in a TWPRichText control and then call

    if CommentsDialogBox.Filename<>'' then CommentsBox.SaveToFile(CommentsDialogBox.FileName, true);

    will work only if the filename does not contain a dot, e.g. test.test

    Is there any workaround for this? Thanks for your help!