Search found 3 matches

by WarrenG
Sun Mar 20, 2011 1:04 pm
Forum: Support
Topic: OnCaretMove Event not working?
Replies: 9
Views: 23215

SRV caret not moving with arrow keys

I've updated now to RV13 and SRV4 and still have the problem. It's only on this large application that I am developing and even then I have exactly the same controls on two forms. One works and the other doesn't. The arrow up, down, left, right, home, end keys don't move the caret but the actual ...
by WarrenG
Tue Mar 01, 2011 6:46 pm
Forum: Support
Topic: OnCaretMove Event not working?
Replies: 9
Views: 23215

OnCaretMove Event not working?

This is really odd. I have a TDBSRVRichViewEdit component on a form and everything is working, except that the cursor doesn't move on the screen when I use the arrow keys. The rulers update themselves and if I type in text it will appear where the cursor should be. I added something to the ...
by WarrenG
Tue Mar 01, 2011 6:42 pm
Forum: Support
Topic: TDBSRVRichViewEdit Readonly not working
Replies: 1
Views: 7331

TDBSRVRichViewEdit Readonly not working

I want to be able to show a TDBSRVRichViewEdit component on a form to show the contents of a previously entered letter, but this must be readonly. I've set the ReadOnly property to true but it's still letting be edit the contents. What am I doing wrong?