Home > Software engineering >  For help! Vb access listview table query shows more questions! O bosses give directions
For help! Vb access listview table query shows more questions! O bosses give directions

Time:03-03

I've built a multi-table query, now want to multi-table query results show that in the listview, excuse me what method

CodePudding user response:

The record set separate processing, can be added to the listview

CodePudding user response:

Query you line-by-line cycles, and then each row line by line in the listview increase listitem traversal fields, one by one to fill in the listitem subitem

In brief is a two-dimensional table, you need to use dual loop over, fill in the corresponding position to the listview individually at the same time, the formation of a two-dimensional table display
  • Related