Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo field not displaying in
Message
 
 
À
13/06/2005 23:26:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Novell 6.x
Database:
Visual FoxPro
Divers
Thread ID:
01022989
Message ID:
01023003
Vues:
35
This message has been marked as the solution to the initial question of the thread.
I found similar problem with Modal forms. Also make sure you use Alias.FieldName as Column's controlsource and not just FieldName. Finally, DESC is a reserved word, so it would be better to avoid it if possible (it's a general advice).

>Greetings all
>I build grids with code. Whenver I build a grid that is a child to a parent, my memo fields will not display contnet. when I double click on the "memo" cell, the grid looses focus and jumps to the next tab stop. Works fine for memo fields in the parent grid which is coded in the same manner.
>
>I am stumped on this one, any ideas??
>
>Vince
>
>PROCEDURE PoMastItemsGridRestore  &&iii
>*** PoMaster Items
>WITH &gActiveForm .grdPOMastItems
>    .linkMaster = "poMast"
>    .childorder = gridIndx
>    DO setGridGlobalProperties IN GridProcs
>.
>.
>.
>    ***  grid property Constructors
>    x = x + 1
>    .columns(x).width = 100
>    *** desc field is type memo
>    .columns(x).controlSource = "desc"
>    *.columns(x).selectonentry = .T.
>    .columns(x).header1.caption = DBGETPROP("poItems.desc","FIELD","CAPTION")
>.
>.
>.
>endwith
>return
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform