Jump to content

listTableIntoGridlist(theTable, theGrid)


Ryancit2

Recommended Posts

Posted

Hey guys..I know there are other ways to list some tables' values into a gui gridlist but i am suggesting it mainly because of dB tables which usually contain 1000s of values.

So this might be easier way:

bool listTableIntoGridList( table theTable, element theGrid) 

isn't that better?

Posted

Yeah as i stated above, its possible but usually dB tables have quite large number of values which we sometimes need to list into gridlists..

Anyways, good day.

Posted

A few more lines and a loop would do it perfectly. Of course this would be good for beginners, but a loop is simple enough.

Posted

It would be basically pointless to put it into the useful functions page, because it can be done with a simple for loop, besides, there is no way it could work exactly how the user wants it if the gridlist has multiple columns.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...