Search found 60 matches: criteria

Return to advanced search

file ID in the Windows file system

... the new file will definitely get a new File ID because File IDs are unique within a volume. The new file system will assign an ID based on its own criteria and sequence. **General Considerations:** - **Copying vs. Moving**: Moving a file within the same volume usually retains the file's ID because ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 617

Re: xbrowse <-> Tree and viceversa

... normal view in an xbrowse, you have an example in xbrtree.prg ( samples folder). Allow to search in the tree as in the normal xbrowse, with what criteria? I don't understand that you can search, for example, for a surname that can be in several groups of the tree, that is, the table cannot be ...
by cnavarro
Mon May 15, 2023 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse <-> Tree and viceversa
Replies: 12
Views: 661

Firmar ejecutables

... expiry filter, 2 certs were left. After Private Key filter, 0 certs were left. SignTool Error: No certificates were found that met all the given criteria.
by hmpaquito
Tue Jul 12, 2022 6:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Firmar ejecutables
Replies: 7
Views: 862

Re: Tdatabase & Filter

... indexes Antonio, I have to create a statistical archive from the large archive. https://i.postimg.cc/pX68hMFq/ff.png I take the criteria on these listbox To do this I have to filter each record if they match some criteria: the months selected, the days of the week selected, the ...
by Silvio.Falconi
Sun May 22, 2022 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdatabase & Filter
Replies: 5
Views: 480

Re: dbfntx very slow with 2+ users

... you can't have an existing index? Below are the results of a speed test I did some time back. - 1,000,000 record database - 20,543 records match criteria (state="CA") - Time for filter 23.13 seconds - Time for scope 0.32 seconds Thus filtering took 23.13 / 0.32 = 72 times longer than ...
by James Bott
Fri Apr 08, 2022 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6803

Re: Speedtest DBF vs. LetoDB and mySQL

Otto, Would you publish the actual search criteria for the original tests? I have to wonder if indexes were used for the DBF test? For instance if you wanted to pull all records for a certain date range, it would make a great difference if the ...
by James Bott
Sat Oct 16, 2021 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1775

Re: ApplyParams Tdatabase

... MUST enter check-in and check-out, but other fields are optional. Then a search is done, showing all available reservations using the specified criteria in a browse. Maybe you could even use this for the current problem. >there is nothing difficult Apparently it is, or we wouldn't be having ...
by James Bott
Fri Jul 16, 2021 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1260

Re: ApplyParams Tdatabase

... modifying. I don't understand what's difficult to understand. >1) Find any room available for the desired check_in and check_out dates. --Two criteria >2) Find any room available for a specific room type (or room ID), check_in, and check_out dates. -Three criteria >3) Find out if an ...
by Silvio.Falconi
Thu Jul 15, 2021 5:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1260

Re: ApplyParams Tdatabase

Silvio, I don't see why you are searching with so many criteria. And what does recno() have to do with finding an available room? It seems to me there are only three senarios: 1) Find any room available for the desired check_in and check_out dates. ...
by James Bott
Thu Jul 15, 2021 12:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1260

Re: Mr. Rao, Registros duplicados en xBrowse con un ReQuery

... requery is required to update the data and browse and all this work is done automatically by the method. In case we want to requery with different criteria, we can do it after execution of the method EditBaseRecord() is complete but not half-way during its execution. Eg: ACTION ( oRs:EditBaseRecord(....), ...
by nageswaragunupudi
Fri Jun 26, 2020 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, Registros duplicados en xBrowse con un ReQuery
Replies: 12
Views: 1576

problem with incremental search in xbrowse

https://gifup.com/data/gifs/5/2/6/5267a23ea7.gif if my criteria searched is founded , the filter is ok , but if the criteria given no longer exist then my filter developes in blank why happens that? i use fwh 13.01, could be that the problem? ...
by artu01
Sun Jan 26, 2020 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with incremental search in xbrowse
Replies: 0
Views: 297

Re: eMailDesktop - uses filesystem as database

... to do a RegEx search) Load Search Profile: -l [profile name] (This starts FileSeek with the specific Profile. Any other command to modify search criteria happens after this, so you can load a profile then modify the criteria. This is only available to Pro users.) Output Results to File: -o [filename] ...
by Otto
Tue Nov 29, 2016 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMailDesktop - uses filesystem as database
Replies: 5
Views: 2091

Re: Xbrowse a speed problem using SCOPE ?

... entire database looking for records that match a filter. A scope only reads the index for the records and they are already sorted in order of the criteria so it only has to read records within the scope. With a scope you can do a GO TOP, GO BOTTOM, SKIP, etc. and only records within the scope ...
by James Bott
Wed Mar 02, 2016 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9020

compiling more pro files to 1 app

... 'Nednaam', 2, 'Nednum', 'Nednaam', '', '', ''}) *AADD(aDataBases, {'gegeven.dbf', 'Gegeven', 1, 'Gegeven', '', '', '', ''}) *AADD(aDataBases, {'criteria.dbf', 'Criteria', 1, 'Criteria', '', '', '', ''}) *AADD(aDataBases, {'geslacht.dbf', 'Geslacht', 1, 'GeslachtNaam', '', '', '', ''}) *AADD(aDataBases, ...
by plantenkennis
Fri Nov 27, 2015 6:56 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: compiling more pro files to 1 app
Replies: 6
Views: 2339

Re: ADO RDD xHarbour

... 11 but in fact one is taken for the "." decimal so we only have 6,4 and if we want a minus we only have 5,4. Shouldn't we use the same criteria in adordd ? Besides that if we create a field, "N", 10 ,2 in ACCESS in adofuncs it is considered as "MONEY" why?
by AHF
Sat May 02, 2015 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446038
Next

Return to advanced search