|
From: Itamar M. L. J. L. <ita...@gm...> - 2015-03-24 20:21:40
|
Hi!
While I use Array Browse via hBrowse.prg, it no respect space of cell, it
trim cell.
For example:
aList:={"1234567890 "}
hwg_CREATEARLIST(oBrw,aList)
oBrw:aColumns[1]:heading := "CODE"
Show data column!
"1234" -> it trim cell, not show complete data and space.
Now using hBrowseEx works fine!
Best regards,
Itamar M. Lins Jr.
|