Search found 499 matches: filters

Return to advanced search

Re: passing a value through a for..next loop

... so the end user can select what he needs to search for, the procedure rewrites the filters and executes them when you click on a checkbox for example the states is activated true and you can select the state but when you click again ...
by Silvio.Falconi
Tue May 14, 2024 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 267

Re: Filter on Xbrowse

... not what I had to do, but in part I solved my problem. - is compatible with all archives -for each table or archive create an ini file - all the filters and many lines for each filter are saved in the ini file https://i.postimg.cc/y8Zxhz5m/j.gif I still have to perfect it but ...
by Silvio.Falconi
Wed May 08, 2024 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 767

Re: Filter on Xbrowse

... Marc. But this model does not help with the type of work that Silvio Falconi needs. Ask him to send you a video of how he would like to make the filters. Super complicated, expensive (many Euros) and time-consuming (laborious) Excelente Marc. Pero este modelo no ayuda con el tipo de trabajo que ...
by karinha
Mon May 06, 2024 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 767

Re: Filter on Xbrowse

Good morning Master Otto, could you send me the FILE.DBF? It seems very EASY to create the filters in FWH according to your beautiful image, in WEBVIEW. Buenos días Maestro Otto, ¿podría enviarme el FILE.DBF? Parece muy FÁCIL crear los filtros en FWH según tu bella imagen, ...
by karinha
Mon May 06, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 767

Re: Filter on Xbrowse

Silvio sent me an email with a very interesting approach to setting filter conditions. I think this is really a good way to set extensive filters. I coded this query for webview and mod harbour use. Best regards, Otto https://mybergland.com/fwforum/ch_filter.gif <!DOCTYPE html><html ...
by Silvio.Falconi
Mon May 06, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 767

Re: Filter on Xbrowse

Silvio sent me an email with a very interesting approach to setting filter conditions. I think this is really a good way to set extensive filters. I coded this query for webview and mod harbour use. Best regards, Otto https://mybergland.com/fwforum/ch_filter.gif <!DOCTYPE html><html ...
by Otto
Sun May 05, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 767

Re: how to change the size of an xbrowse in runtime

Please seeing the picture https://i.postimg.cc/NFwR77x7/io.png if I select "age" I go to activate the age filters but I go to activate box number 3, the topmost one, how can I make it so that if the first box is not activated, the age box takes the coordinates of ...
by Silvio.Falconi
Sun May 05, 2024 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 318

Re: Filter on Xbrowse

... The function sendFilterData() makes a request to the server, and it responds with a JSON. At the moment, we are not yet evaluating any indexes and filters, but simply querying the database. https://mybergland.com/fwforum/ch_tabelle.jpg https://mybergland.com/fwforum/ch_clip1.jpg ...
by Otto
Sun May 05, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 767

xbrowse (likely a custom table) whose contents change dynam

... according to which radio menus are visible. Dynamic Filter Interaction and Data Submission This feature enables users to interactively apply filters to the displayed data, adjusting the table's view based on selected criteria. Each filter change triggers a real-time update, sending the selected ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 80

Dynamic Table Filter Control

... the general forum and that interest me. They are small tests. This program contains a table with dynamically adjustable height based on selected filters and buttons to increase or decrease the height. https://mybergland.com/fwforum/tabelhigh.gif Best regards, Otto // Please install ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 274

Re: Filter on Xbrowse

... user. https://www.maveco.be/fivewin/filter3.png Selecting the filter will update the browse. We all know that if we start building filters and use buttons etc... there will be alway short of options or complex screens. Now the customer simple read the filter name and select. The ...
by Marc Venken
Thu May 02, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 767

Re: Mr Rao :SetFilter no funciona

... have received a mail from them with link to download. Please keep a safecopy of your present lib and use this new lib Please let me know if the filters are working as expected. Please acknowledge
by nageswaragunupudi
Sat Mar 23, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2475

Re: Mr Rao :SetFilter no funciona

... registros con índices es mas rápido saludos. Here we are not talking about DBF tables. What you said is true for DBF fiters. We are talking about filters in mysql tables using fwh maria library. The data is in memory and filter is applied on data which is already in the memory. Filters, sorting, ...
by nageswaragunupudi
Sat Mar 23, 2024 7:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2475

Re: Mr Rao :SetFilter no funciona

La tabla debe de tener un indice ordenado por el campo FIRST

It is not at all necessary to have index for filters to work.
by nageswaragunupudi
Sat Mar 23, 2024 8:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2475

Re: Question about performance RowSet

... which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely faster than the other libs. If we look back in the forums, we posted speed comparison with other libraries a few years ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4177
Next

Return to advanced search