As shown, I want to extract the back is OK/NG column of data, and display it in other MSHFlexGrid2 controls, skip don't extract, is there any way, or provide a code reference, thank you!
CodePudding user response:
'circulation and judgment to achieve:
For I=1 to hflexgrid1. Rows - 1
If the trim (hflexgrid1 textmatrix (I, 5)) & lt;>" Then skip "
Hflexgrid2. Rows=hflexgrid2. Rows + 1
Hflexgrid2. Textmatrix (. Rows 1, 5)=hflexgrid1. Textmatrix (I, 5)
End the if
Next I
CodePudding user response:
If your data from a database, then can get rid of the "skip" in the filter data records.If only, 1/f, code is similar
CodePudding user response:
As if noPlease check again
CodePudding user response:
Don't need the line automatically clearedCodePudding user response:
What a great god will see