Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rich Textbox
Message
De
17/03/1999 10:41:33
Eric Barnett
Barnett Solutions Group, Inc
Sonoma, Californie, États-Unis
 
 
À
15/03/1999 19:13:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00197843
Message ID:
00198576
Vues:
22
The Rich Textbox Control binds to character data (text in RTF form), not binary (OLE) data. So you would actually want to bind it to a memo field. That being said, there's some problems with directly binding the control to a cursor. So the recommended solution is to bind the Rich Text control to a property - say, myform.crtftext, which you can populate in the load event of the form. To save the text merely replace the memo field's contents with the value of myform.crtftext.

>I am trying to put a Rich Textbox version 6.0 on a form and bind it to a general field. When I run the form, I get the error: Function argument value, type, or count is invalid. Unbinding object. Any suggestions?
Eric Shaneson
Cutting Edge Consulting
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform