home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Fast_Grid_204642252007.psc / @PSC_ReadMe_67795_1.txt
Text File  |  2007-02-05  |  1KB  |  20 lines

  1. Title: Fast Grid Loading
  2. Description: Searching and Browsing is among most common task for database application.
  3. fast search is definitely is a must for good database application,
  4. specially application with high transaction load like Point of Sales.
  5. i use this because i have difficulty in displaying data to user fastly,
  6. at first time i use grid by bound it to recordset and did not notice that it is
  7. only displaying +/- 2000 record until my customer tell me that it is did not show
  8. all the data ( what a good programmer :) ).
  9. then i search msdn and found that it is ms hflexgrid limitation ( WOW ). and i
  10. start to use the clip function just like msdn told me to. and my customer say
  11. "i wonder why yours is slower than my foxpro program", i reply "because foxpro
  12. only display data page by page because foxpro procedural programming", "why dont
  13. you display it like foxpro" he ask again.
  14. that is the story of good programmer :) who learn from good non programmer.
  15. hope it is usefull for you.
  16. This file came from Planet-Source-Code.com...the home millions of lines of source code
  17. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=67795&lngWId=1
  18.  
  19. 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.
  20.