TListView problem
Posted: Wed Dec 21, 2005 5:21 pm
I have tried the following:
But somehow, can not see anything for the list view. Can anybody point out to me what I am doing wrong here.
TIA
Dionie
Code: Select all
#include "fivewin.ch"
function main()
oWnd := TWindow():New()
oView := TListView():New( 10, 10, {"abc","def"},, oWnd,,,, .t.,, 30, 40, "cMsg" )
oWnd:Activate()
return ( nil )
TIA
Dionie