Ryancit2 Posted March 17, 2014 Share Posted March 17, 2014 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? Link to comment
Castillo Posted March 17, 2014 Share Posted March 17, 2014 That's already possible to do it with the scripting functions. Link to comment
Spajk Posted March 17, 2014 Share Posted March 17, 2014 Just loop thru table and add it. A function like this would have to do the same thing at some level. Link to comment
Ryancit2 Posted March 18, 2014 Author Share Posted March 18, 2014 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. Link to comment
Noki Posted March 18, 2014 Share Posted March 18, 2014 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. Link to comment
Arnold-1 Posted March 19, 2014 Share Posted March 19, 2014 Maybe it can be added in the Wiki as a useful function, hmm maybe. Link to comment
ixjf Posted March 20, 2014 Share Posted March 20, 2014 Please don't add more junk to the useful functions page - it's for actual useful functions, not this. Link to comment
xXMADEXx Posted March 27, 2014 Share Posted March 27, 2014 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. Link to comment
Recommended Posts