Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Microsoft Rich Textbox Control 6.0 and keyboard command
Message
 
À
19/09/2006 13:53:22
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
01155188
Message ID:
01155197
Vues:
23
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform