Search found 32 matches: paging

Return to advanced search

Re: xbrowse very slow vs Xbrowser

Silvio, I think vertical scrolling (VScroll) seems to support paging or dynamic loading, whereas horizontal scrolling (HScroll) appears to keep data in memory continuously. Look into the xbrowse source code, and you'll see. But you can easily build that ...
by Silvio.Falconi
Thu Nov 14, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 2144

Re: xbrowse very slow vs Xbrowser

Silvio, I think vertical scrolling (VScroll) seems to support paging or dynamic loading, whereas horizontal scrolling (HScroll) appears to keep data in memory continuously. Look into the xbrowse source code, and you'll see. But you can easily build that ...
by Otto
Thu Nov 14, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 2144

Re: Switching to Web

... in the web, I want to initially manage without indexes. When I create a temporary index on a column, for example, it takes about 500 ms. Then, paging from one page to another takes about 25 ms. For me, 200,000 records is already a large database. I then did the same test with 1,200,000 records. ...
by Otto
Thu Oct 17, 2024 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Web
Replies: 2
Views: 466

Re: FWH 2102: XBrowse:SetMultiSelectCol()

Ariel wrote:Mr. Rao,

I ask again, when paging with pageup / pagedown, is the selection preserved or is it lost?

regards.

Yes, preserved.
Sorry, I did not see your previous question.
by nageswaragunupudi
Fri Mar 19, 2021 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 3612

Re: FWH 2102: XBrowse:SetMultiSelectCol()

Mr. Rao,

I ask again, when paging with pageup / pagedown, is the selection preserved or is it lost?

regards.
by Ariel
Fri Mar 19, 2021 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 3612

Re: FWH: MySql/MariaDB: RowSet object

... down arrow key does not go to next page. I sent you a sample which works exactly like your sample. Note: Personally I do not like this kind of paging. I prefer this http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33830&p=199916&hilit=million#p199916
by nageswaragunupudi
Tue May 23, 2017 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 26699

Re: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables

... operates on a similar principe. But in this case, RowSet keeps expanding automatically on demand, whereas in case of RecSet() navigation is by paging. It is the way the paging is managed that gives experience of continuous navigation of the entire table. Note: RowSet() is already a fully developed ...
by nageswaragunupudi
Mon Mar 27, 2017 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables
Replies: 19
Views: 5252

Re: New FTDN August/Agosto 2016 (FWH 16.08)

... PrevPage(), NextPage(), LastPage(), GoToPage( nPage ) These datas and methods are self-explantory. It is also possible to alternate the usage of paging and ReadNext() methods. 2) New DATA lAutoAppend INIT .f. If set to true, XBrowse created after setting the value to true appends blank record ...
by Antonio Linares
Wed Oct 12, 2016 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2016 (FWH 16.08)
Replies: 1
Views: 2353

Re: xBrowse improvement

... .. Rick Lipkin The Significance of Cursor Location Every cursor uses temporary resources to hold its data. These resources can be memory, a disk paging file, temporary disk files, or even temporary storage in the database. The cursor is called a client-side cursor when these resources are located ...
by Rick Lipkin
Wed Apr 13, 2016 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse improvement
Replies: 2
Views: 641

for Mr. Rao - xBrowse

... with DBFs are fine. Would be possible for xBrowse to only load records needed to fit the screen size, and when scrolling load more?. Or a kind of paging?. I hope this feature will be very helpfull for all users, as Cloud and WAN are more important nowadays. Thank you.
by MOISES
Sat May 02, 2015 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: for Mr. Rao - xBrowse
Replies: 4
Views: 735

Re: To Mr Nages xbrowse INCREMENTAL SEARCH

... than using a filter. If you want to use the search-on-keystroke that you are using now, it is still going to be kind of slow since you may be paging the index in and out of memory. The PC's are going to need a lot of RAM to hold that index. I would suggest that instead of processing each keystroke, ...
by James Bott
Tue Jun 04, 2013 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr Nages xbrowse INCREMENTAL SEARCH
Replies: 10
Views: 2990

Re: Graph Functions Library

... (e.g. Line type, grids, legends) and feed it the data. This will be much simpler than what you were doing. The only coding would be to do a manual paging which I think you can do by just substituting an new data range for each time the user presses a button to go forward or backward. The only issue ...
by James Bott
Wed Feb 20, 2013 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Graph Functions Library
Replies: 7
Views: 2327

Re: PROBLEMS !!! installing new Windows 8 - release

... do it with BootIt Bare Metal (with commands resize and slide): http://www.terabyteunlimited.com/kb/article.php?id=546 Due to the cache manager and paging file, it's probably best that you align your partitions (particularly on heavily used servers/systems). You can use BootIt Bare Metal to align ...
by modicr
Thu Nov 01, 2012 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMS ??? installing new Windows 8 - release
Replies: 61
Views: 17378

Re: Deshabilitar Boton en Dialogo

... command. A simple usage example is a descending order record list with an ascending order index file. A more sophisticated example is a screen paging routine that pages forward or backward through the current database file based on the key the user presses. When the user attempts to page backward, ...
by FranciscoA
Sun Aug 14, 2011 2:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Deshabilitar Boton en Dialogo
Replies: 7
Views: 1724

Re: Choosing SQL database ...

... where RN between 10 and 20 so.. although is not "STANDARD" sql you have the equivalent in ALL main dbs'.. now you are done... tou can do paging with them... well not in STANDARD sql, but paging. :wink: From Chile Adolfo
by Adolfo
Tue Nov 03, 2009 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 35102
Next

Return to advanced search