FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowseWeb - Work in Progress
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
xbrowseWeb - Work in Progress
Posted: Sat Apr 20, 2024 10:33 AM
Hello friends,

For some time now, I've been working on the xbrowseWeb module. I've decided to avoid using pre-made components for web development (like web servers or webview2) as much as possible. I now have a template for consistent navigation in my web programs. Here, I also host the xbrowseWeb module. Another principle I follow is to keep the source code as simple as possible and use a modular approach to maximize component reuse.

xbrowseWeb used as a file manager
xbrowseWeb to browse a DBF file
Have a nice weekend,

Otto






Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xbrowseWeb - Work in Progress
Posted: Sat Apr 20, 2024 12:49 PM
xbrowseWeb to browse a DBF file
This is what I am looking for.
Later we can extend it to other data sources too.
Regards



G. N. Rao.

Hyderabad, India
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: xbrowseWeb - Work in Progress
Posted: Mon Apr 29, 2024 11:13 PM
Hello friends,
Database-Navigation
I now have 2 switches for forward/backward, and each time the sentence pointer for reading in is shifted by 20 records.
The speed is good.
I will now also link forward/backward with the mouse wheel. A kind of lazy loading.
Best regards,
Otto
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: xbrowseWeb - Work in Progress
Posted: Tue Apr 30, 2024 09:24 AM
Hello friends,

Search similar to in xbrowse starts with the inputs: chosen index, search from the beginning of the word or within the word, and the search string.
Records in the DBF file: 34000
Please note that we have been working on xbrowse for decades. One should not assume that when we switch to web, a finished library will meet the requirements we have with xbrowse. I think we should work together on this task.



Best regards,
Otto













Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: xbrowseWeb - Work in Progress
Posted: Thu May 02, 2024 07:49 AM

Continue the discussion