I'm using RichViewEdit1.Paste to control what I want to paste before doing it.
But RichViewEdit1.Paste doesn't works when I have cursor inside the table cell.
RichViewEdit1.Paste doesn't work inside the table cell.
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
This code doesn't works when cursor inside the table:
.Focused returns False if we're inside the table.
Code: Select all
if RichViewEdit1.Focused then RichViewEdit1.Paste
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: