Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo field not displaying in
Message
De
13/06/2005 23:26:35
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Memo field not displaying in
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:
01022989
Vues:
82
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform