Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo fields in grids
Message
 
 
To
17/05/1998 12:35:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00099991
Message ID:
00099996
Views:
21
Bob,

You also have to set the Column.Sparse to .f. To get dir of the textbox select the column from the propr sheet. Then in the command window:

=aselobj( laCol )
laCol[1].RemoveObject( "Text1" )
laCol[1].AddObject( "Edit1", "EditBox" )

If you want to use your own editbox subclass just to a set classlib before doing the AddObject()

>I am using VFP 3. I have a grid which contains a number of fields, one of which is a memo field. Is there a way to display the contents of the memo field in the grid rather then show 'memo' as the contents of the field.
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