How xbrowse' column show and print jpg ?
I want like this
oCol := obrow:AddCol()
oCol:bStrData := { ||odb2:cjpgfile+".jpg"}
// or oCol:bStrData := { ||fieldget(5)+".jpg"}
oCol:cHeader := "img"
Thanks !
Shuming Wang
oCol := obrow:AddCol()
oCol:bEditValue := { ||odb2:cjpgfile+".jpg"}
oCol:cHeader := "img"
oCol:cDataType := 'F' // 'F' indicates File name containing imagedata
oCol:nWidth := <provide enough width here>
oBrw:nRowHeight := <provide enough row height to display image"
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 82 guests