Results 1 to 4 of 4

Thread: very interesting note !

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2005
    Posts
    23

    very interesting note !

    Hi to all
    i download codejock extreme suite pro v9.81
    and it has many controls . one of the was reportcontrol.
    look like a listbox or listview
    i open the example and see it have for sample 20000 item in it's list
    i change it to 2000000000 and i see a magic . oh my god . load 2000000000 row i less of a second .
    what tecnology ? any body know ?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: very interesting note !

    The simple answer is that it probably doesn't load them all - I expect that it loads enough for you to see, then loads the rest bit by bit.

    Depending on where the data is coming from, this could be done by using the paging abilities of ADO (for databases etc).

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Nov 2005
    Posts
    23

    Re: very interesting note !

    are you sure ?

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: very interesting note !

    Quote Originally Posted by soda120
    are you sure ?
    What si_the_geek posits seems to be a reasonable assumption, but the only way to be completely sure would be to ask the people who wrote the controls.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width