05-12-2015, 08:41 AM
To find a string in QM grid control:
int row
for row 0 g.RowsCountGet
,lpstr s=g.CellGet(row 1)
,if findrx(s "\bJPG\b")>=0 ;;or use findw or some other string function.
OR
ICsv c
g.ToICsv©
for row 0 c.RowCount
,lpstr s=c.Cell(row 1)
,if(findrx...
int row
for row 0 g.RowsCountGet
,lpstr s=g.CellGet(row 1)
,if findrx(s "\bJPG\b")>=0 ;;or use findw or some other string function.
OR
ICsv c
g.ToICsv©
for row 0 c.RowCount
,lpstr s=c.Cell(row 1)
,if(findrx...