I placed a button and 3 Rich Text Boxes on a form. I want to be able to dump the content of RichText1 and RichText2 in RigTtext3. I can do this manually when I run the form. I tried to do it by code by setting up the Click event of the Button with the following code:
Thisform.RichText1.Setfocus
KEYBOARD "{CTRL+A}"
KEYBOARD "{CTRL+C}"
But nothing happened. I also tried to simulate right mouse click inside RichText1 by setting the Autoverb to True. But nothing happened there either.
Is there a bug somewhere? or what's the way out of this? Thanks for your help.
Thisform.RichText1.Setfocus
KEYBOARD "{CTRL+A}"
KEYBOARD "{CTRL+C}"
But nothing happened. I also tried to simulate right mouse click inside RichText1 by setting the Autoverb to True. But nothing happened there either.
Is there a bug somewhere? or what's the way out of this? Thanks for your help.