Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo Field
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00018153
Message ID:
00018198
Views:
34
>I have a textbox control bounded to a memo field.
>How is it possible to display the content of a memo field in a textbox once the form is loaded.
>Note : I don't want to use editbox control.

2 options.

One use the editbox in the grid. Works fine with controlsource bound to the memo field. With some code in the beforerowcolchange event, you can expand the row size when move to the edit box column and works nice

Option 2 is that the textbox has a property called memowindow or something like that that will popup a window if the textbox is based on a memo field. (I think less elegant)
Todd Burstain, MD
infinitydoc@delphi.com
Previous
Reply
Map
View

Click here to load this message in the networking platform