Disabel Protected in TabelRow

  • Hi, just wondering how i go about disableing Protected text for a whole tablerow? like a specific tablerow number? not the whole table,

    Also how to add text to tablerow column? i have tryed

    WPR1.TableRow.Cols[1].ANSIText := Edit1.Text

    but this keeps returning an error any help would be greatly Appriceated thanks,


    Scott

  • Julian,

    I have tried the
    WPRichText.Memo.DisableProtection;
    and
    WPRichText.Memo.EnableProtection;

    it disables the whole table and even the headings can be changed is there anyway i can change just a spercific tablerow in a table? as i dont want the user editing the column heading/title or the row undernieth that.

    also with the SetText Procedure how do i use that? im using
    WPR1.TableRow[1].cols[1].SetText('my text') and it keeps throwing an AV any help would be apreciated thanks,

    Scott