Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rich Textbox
Message
From
17/03/1999 10:41:33
Eric Barnett
Barnett Solutions Group, Inc
Sonoma, California, United States
 
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00197843
Message ID:
00198576
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform