Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I display memo fields in a grid?
Message
 
 
To
11/08/1998 14:46:40
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00125712
Message ID:
00125749
Views:
8
Sergio,

Here's a command window based approach that will work:

Select the column on the property sheet. Then in the command window

aselobj( laCol )
laCol[1].RemoveObject( "text1" )
set classlib to YourClasslib && optional
laCol[1].AddObject( "edit1", "YourEditBoxClass" )


>How do I display memo fields in a grid?
>
>I have a form with a grid on it using a view.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform