BTW here is the code I used to make the grid look like the image I referred to:
This is the init() event of the grid.
PROCEDURE INIT
*-------------------------------------
*- SE: Wietze Veld
*- DateTime: 11/01/00 03:32:47 PM
*-------------------------------------
LOCAL llRetVal
llRetVal = DODEFAULT()
IF llRetVal
WITH THIS
.COLUMNCOUNT = 1
WITH .Column1
.ADDOBJECT('cnt_crndata', 'cnt_crndata')
.REMOVEOBJECT('Text1')
.REMOVEOBJECT('Header1')
.cnt_crndata.VISIBLE = .T.
.WIDTH = .cnt_crndata.WIDTH
THIS.ROWHEIGHT = .cnt_crndata.HEIGHT
.CURRENTCONTROL = "cnt_crndata"
.SPARSE = .F.
ENDWITH
ENDWITH
ENDIF
RETURN llRetVal
ENDPROC Weedz (Wietze Veld)
veld4663@exact.nl
They cling emotionally to code and fix development rather than choosing practices based on analytical assesments of what works best.
After the GoldRush - Steve McConnell