xbrowse and memo field

Post Reply
Jack
Posts: 249
Joined: Wed Jul 11, 2007 11:06 am

xbrowse and memo field

Post by Jack »

I use xbrowse to display records with 1 memo field .
Is it possible to have a scroll up and down when the lenght off the field is more thant 3 lines .

Thanks .


oLbx2 := TXBrowse():New( oFolder:aDialogs[2] )
oLbx2:nMarqueeStyle := MARQSTYLE_HIGHLROW
*oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROWMS && multi select
oLbx2:nColDividerStyle := LINESTYLE_INSET && Ligne blanche
oLbx2:lColDividerComplete := .F. && Toute hauteur ou pas
oLbx2:nRowDividerStyle := LINESTYLE_BLACK
oLbx2:nHeaderLines := 1 && hauteur ligne
oLbx2:nDataLines := 3

oCol := oLbx2:AddCol()
oCol:bStrData := { || wexam->divers} && memo field
oCol:cHeader := "Num"
oCol:nWidth := 200
Post Reply