Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field not displaying in
Message
From
13/06/2005 23:26:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Memo field not displaying in
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01022989
Message ID:
01022989
Views:
84
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
Next
Reply
Map
View

Click here to load this message in the networking platform