Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft Rich Textbox Control 6.0 and keyboard command
Message
 
To
19/09/2006 13:53:22
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, United States
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
01155188
Message ID:
01155197
Views:
22
>I am using the "Microsoft Rich Textbox Control 6.0" to display the value of one
>of my memo fields in RTF format. Before I was using RTF I was using the base VFP edit box to display the value of my memo field. I had put code in a base command button on my form to do a "keyboard table1.field1" which would insert a
>field value from another table into my memo field. The keyboard function does not seem to work with the "Microsoft Rich Textbox Control 6.0". Are there any properties that I need to set or is there a different way to accompilsh my task ?
>
>Thanks For Your Help
>Stephen J. Hunt

KEYBOARD commandes are not "visible" to External Applications And ActiveX controls. You can directly concatenate RTF
.Text ot TextRTF properity:
thisform.NameOfRTFControl.Text = thisform.NameOfRTFControl.Text + table1.field1
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform