|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
Just wonder is there any good sites or example to do paging in Delphi 6. It seems that my DB size is increasing now and sometimes it pops up "Timeout Error" when query the table. I think paging is the only way to solve this problem. Maybe by showing 25 records per page... Any idea guys?.. Thanks a lot man... ![]() |
|
#2
|
|||
|
|||
|
A counter ..no?
ehm..for i:=0 to 20 do show show show show show show stop. then when the user want to go ahead for i:=0 to 20 do show show show show :P no eh? :P:P:P:P:P i'm crazyyyyyyyy |
|
#3
|
|||
|
|||
|
hehe.....of course not as simple as that Elbryan...:P
well...I've found an article about the paging in Delphi. The URL is http://www.latiumsoftware.com/en/articles/00013.php. However, it is for Web-based application. My system is a client-server application. Maybe I should be specific in my question...which is how to do paging in Delphi 6 for a client-server system?.. Any idea?...Thanks.. ![]() |
|
#4
|
|||
|
|||
|
uhm..i think it should be the same thing.
You have only to cut off the web-based rows I've an idea..use the query..you will show only 20-25 record per page and when the user click on "Next" button, he will see the next 20-25 record..no? Try to look for RecordCount, and RecNo properties.. ![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Delphi Programming > Paging in Delphi 6 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|