Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo fields in grids
Message
 
 
À
17/05/1998 12:35:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00099991
Message ID:
00099996
Vues:
22
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform