The FlexGrid.TextMatrix property allows you to access the contents of any cell without moving focus to that cell.
VB Code:
query = "Update Jobs Set Progress = " & FlexGrid.TextMatrix(5,1) & " VALUES ('" & FlexGrid.TextMatrix(5,7) & "')"
|
Results 1 to 8 of 8
Threaded View
|
Click Here to Expand Forum to Full Width |