Help me please!
How to Return Value From MSHFlexGrid Column?
SQL Statement?
sq1 = "Update tb_stock set Out = '" & MSHFlexGrid.???? & "'" ????
how to take the value/data from the MSHFlexgrid Column
Thanks.
Printable View
Help me please!
How to Return Value From MSHFlexGrid Column?
SQL Statement?
sq1 = "Update tb_stock set Out = '" & MSHFlexGrid.???? & "'" ????
how to take the value/data from the MSHFlexgrid Column
Thanks.
use like this
:wave:Code:MSHFlexGrid.TextMatrix(MyRow,MyCol)