Search found 510 matches: filters

Return to advanced search

Re: xbrowse icon and filter

I use 2 sort of filters. 1. Filters created by me and let the user select them from a pulldown menu. (Filters are stored in dbf file and used corresponding a specific XBrwowse These filters are not for change by user 2. Use the build-in ...
by Marc Venken
Mon Dec 16, 2024 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse icon and filter
Replies: 7
Views: 256

General program technique : on init()

... function also. So I have 9 folders in folderex. What I see is that when startup the program, ALL 9 xbrowsers are processed and also all the filters are setup. I was thinking that folder 1 was processed and all others only when they are called (selected from the folderex) Does this have to ...
by Marc Venken
Thu Oct 24, 2024 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: General program technique : on init()
Replies: 2
Views: 293

Re: MariaDb how use locate for a date SOLVED

As Mr. Vilian said, the expressions used for oRs.SetFilter and oRs:Locate should use DBF syntax. Very same expressions you use for setting filters or locate for statements in DBF. There is another method which helps you to make these expression easily for you. ? cLocate := oCn:ExprnDBF( ...
by nageswaragunupudi
Mon Oct 21, 2024 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb how use locate for a date SOLVED
Replies: 5
Views: 437

Re: Extending SetScope()

Marc, how do you make your filters? I always prefer using these commands: Marc, ¿cómo haces tus filtros? Siempre prefiero usar estos comandos: // C:\FWH\SAMPLES\SETSCOPE.PRG#include "FiveWin.ch"ANNOUNCE RDDSYSREQUEST OrdKeyNo, ...
by karinha
Sat Oct 19, 2024 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 1234

Re: Extending SetScope()

Several members had filter, scopes etc. questions last period, so samples of optimised filters are VERY welcome.
Allmost all actions in my program are filter based.
by Marc Venken
Sat Oct 19, 2024 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 1234

Re: Extending SetScope()

... our existing software. 1. Use Filter instead of Scope: I am sure you will not like this idea at all. Most of us are brain-washed to believe that filters are very very slow. Not so. Situation changed 3 decades back when FoxPro introduced Rushmore technology and our present DBFCDX uses similar ...
by nageswaragunupudi
Sat Oct 19, 2024 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 1234

Re: slowness

Marco,

It seems that you pull all dfb's for all selected months and than process each record from every dbf's over the net. No filters, seeks etc. ? I think here is you problem, or maybe i'm missing something
by Marc Venken
Mon Sep 16, 2024 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 9206

Re: slowness

... local indexes would be wrong not ? In previous posts, I remember that this issue meanly is creating the right indexes... Using the RDD's optimised filters etc.. Mr. Rao onces started to explaine (thanks !!) but we didn't get to the final approuch (samples)
by Marc Venken
Mon Sep 16, 2024 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 9206

Re: Update data showed in xBrowse

... post from Mr. Rao that Xbrowse only updates the visible rows and not need to read the full rowset. In that post we where talking about uptimised filters and indexes and Mr. Rao wanted to explain that in full theorie/praktic but due to time/work that item was not covered yet. You probebli know ...
by Marc Venken
Thu Sep 12, 2024 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update data showed in xBrowse
Replies: 13
Views: 1450

new "xBrowseWEB" Setup interface

... I thought a COPY TO needs a simple setup for the EXPORT: order, fields, filters. With the low-level access to DBF and the user-defined function, this can be really easily realized. But for the end users, it needs a simple ...
by Otto
Sat Jun 22, 2024 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: new "xBrowseWEB" Setup interface
Replies: 0
Views: 592

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: 2221

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: 4547

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: 4547

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: 4547
Next

Return to advanced search

cron