home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / intelligen2113015162008.psc / @PSC_ReadMe_70547_1.txt < prev    next >
Text File  |  2008-05-16  |  2KB  |  29 lines

  1. Title: intelligent grid (update)
  2. Description: intelligent Datagrid (UCDataShow) :
  3. Have you ever needed to display unsorted data sorted and grouped in a grid,
  4. or tried to show them in a matrix 
  5. - You didn't want to use the big MSFlex/Flexgrid/FlexH control.
  6. - You get your data in an unarranged way and need to arange it grouped by row and column
  7. - your data often changes row and column values ...
  8. So this is for You.
  9. It will display unsorted/unarraged data in rows and columns where they belong to.
  10. If data belongs to the Same Row and Column it will be added in this "matrix"
  11. as an extra option : it creates an outputstring as HTML.
  12. I added some examples/testcases :
  13. calendar, timeplan, scheduler and how to simply access information from database (uses ADO)
  14. other scenarios are possible : 
  15. ranking, valuebars/gantt-diagram (not really but possible to create), reports
  16. At the end : everything where a 2 dimensional matrix is needed to display indexed data
  17. Changes :
  18. ----------
  19. - Added Scrollbars 
  20. - changed PaintGrid for Speed and readybility
  21. - moved generating of HMTL to separate function
  22. - HTML color can be independent from colors in control
  23. - some html-options added 
  24. - added direct database access
  25. This file came from Planet-Source-Code.com...the home millions of lines of source code
  26. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=70547&lngWId=1
  27.  
  28. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  29.