Webclient + Browser

scleynen

New Member
For the browsers in our Webclient application we use temp-tables which get their data from tha appserver. But because our table consist of thousands of records, we don't want to fill the temp-table totally at once but get p.e. 100 records at a time and get the next 100 records when you need them when scrolling.

The code to do this we already have but we still have a problem with the browser, namely we don't have a clue of what to do when the user press the "END" key, normally he jumps to the last records, but in our system it isn't possible because the last records aren't available yet and what to do when somebody scrolls with the mouse through the browser ?

Is there anybody who already has made such a browser for Webclient and can help us, please let us know.

Steve Cleynen
 
Top