https://i.postimg.cc/ht1z08gJ/LAST.gif
I would like to create something like this, that is, create the possibility of filtering information in an archive. To do a test I took customer.dbf and I put the possibility of searching for the city, the state, Married or not married, the age, and the salary ...
Search found 193 matches: filtering
Searched query: filtering
- Thu Feb 13, 2025 10:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Search someone help me
- Replies: 2
- Views: 506
- Sat Feb 08, 2025 7:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ChatGpt+Xbrowse+Set Filter
- Replies: 3
- Views: 415
Re: ChatGpt+Xbrowse+Set Filter
Otto,
178 fields and 2300 records .
Filtering is mostly between 1-3 secs, so no problem here. (FAST = ok)
I'm not looking for a other solution, since it works great for my purpose.
I just want to know if the set filter to .... works indeed like I descripte in the post and is pulling the index ...
178 fields and 2300 records .
Filtering is mostly between 1-3 secs, so no problem here. (FAST = ok)
I'm not looking for a other solution, since it works great for my purpose.
I just want to know if the set filter to .... works indeed like I descripte in the post and is pulling the index ...
- Fri Jan 24, 2025 11:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4842
Re: Using new Class TDeepSeek for documenting
... how various methods from different categories work together to handle a single user action. Many other workflows, like navigation, editing, and filtering, involve similar interactions between different sets of methods.
This detailed breakdown should provide a better understanding of how the ...
This detailed breakdown should provide a better understanding of how the ...
- Fri Jan 24, 2025 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4842
Re: Using new Class TDeepSeek for documenting
... Usage Example: (Advanced usage for custom incremental seek logic)
150. RddIncrFilter( cExpr, uSeek )
Description: Performs incremental filtering on an RDD data source using a custom expression.
Parameters:
cExpr: CHARACTER - Expression to evaluate for filtering.
uSeek: - Search string ...
150. RddIncrFilter( cExpr, uSeek )
Description: Performs incremental filtering on an RDD data source using a custom expression.
Parameters:
cExpr: CHARACTER - Expression to evaluate for filtering.
uSeek: - Search string ...
- Fri Jan 17, 2025 10:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4842
Using new Class TDeepSeek for documenting
... the list items (e.g., an array or hash).
7. **`uOrgData`**
- **Type**: Variant
- **Description**: Stores the original data source before any filtering or modification.
8. **`nDataType`**
- **Type**: Numeric
- **Description**: Indicates the type of data source (e.g., array, hash).
9 ...
7. **`uOrgData`**
- **Type**: Variant
- **Description**: Stores the original data source before any filtering or modification.
8. **`nDataType`**
- **Type**: Numeric
- **Description**: Indicates the type of data source (e.g., array, hash).
9 ...
- Wed Nov 06, 2024 9:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse: A Vision for a Simpler, More Flexible Future
- Replies: 5
- Views: 1142
Re: xBrowse: A Vision for a Simpler, More Flexible Future
... the plan:
HTML Table Layout : A simple, Bootstrap-based layout for styling and responsive design.
JavaScript for Interactivity :
Sorting and filtering directly in the browser using native JavaScript and DOM manipulation.
Pagination for improved user experience and more efficient display ...
HTML Table Layout : A simple, Bootstrap-based layout for styling and responsive design.
JavaScript for Interactivity :
Sorting and filtering directly in the browser using native JavaScript and DOM manipulation.
Pagination for improved user experience and more efficient display ...
- Wed Oct 09, 2024 3:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Is the order of fields important for filtering data ?
- Replies: 0
- Views: 668
Is the order of fields important for filtering data ?
I wonder if using multiple fields to perform a filter (used in a Xbrowse with the headers search gets) the order is important.
Let say that I want foling fields filtered :
Index is on Name : filter like Name...+Color++++Size (filter setting)
Name : Test
Color : Blue
size : Large
Second option is ...
Let say that I want foling fields filtered :
Index is on Name : filter like Name...+Color++++Size (filter setting)
Name : Test
Color : Blue
size : Large
Second option is ...
- Tue Jul 02, 2024 8:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Question about Memo Field Storage Strategy?
- Replies: 3
- Views: 807
Re: Question about Memo Field Storage Strategy?
... notice how much unnecessary overhead you accumulate with RDD.
Indexes are still a problem, but I think that with fast SSDs, indexes don't affect filtering and access that much. So, I plan to dismiss them.
SQL is not an alternative for such lightweight, small applications like mine. Additionally ...
Indexes are still a problem, but I think that with fast SSDs, indexes don't affect filtering and access that much. So, I plan to dismiss them.
SQL is not an alternative for such lightweight, small applications like mine. Additionally ...
- Sun Jun 16, 2024 12:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: problem with big dbf on xbrowse
- Replies: 39
- Views: 5233
Re: problem with big dbf on xbrowse
... and Autofit.
Did you test with : oBrw:lFastDraw set to .t. ? I don't see it in the test.
Also very important is the fact of using the best filtering/scoping. There have been some postings about this.
In these postings I noticed that Mr. Rao explaned the speed issues if not using the correct ...
Did you test with : oBrw:lFastDraw set to .t. ? I don't see it in the test.
Also very important is the fact of using the best filtering/scoping. There have been some postings about this.
In these postings I noticed that Mr. Rao explaned the speed issues if not using the correct ...
- Mon May 13, 2024 7:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: passing a value through a for..next loop
- Replies: 14
- Views: 2894
Re: passing a value through a for..next loop
This is a interesting sample for filtering....
Mr. Rao,
Would you please be so kind to enhance this sample so that there is a second combobox selecting ages like (20 - 40 - 50 etc)
and state like (NY, WY etc) Any small sample with more combo's will de ok. Please use the array's as data because I ...
Mr. Rao,
Would you please be so kind to enhance this sample so that there is a second combobox selecting ages like (20 - 40 - 50 etc)
and state like (NY, WY etc) Any small sample with more combo's will de ok. Please use the array's as data because I ...
- Tue Nov 14, 2023 1:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF Repair Tools
- Replies: 7
- Views: 1457
Re: DBF Repair Tools
In this case, no. Using data architect, I tried filtering for not empty but it still includes them
Sent from my iPhone using Tapatalk
Sent from my iPhone using Tapatalk
- Tue Nov 29, 2022 8:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SEARCH IN LARGE DATABASE VERY SLOW
- Replies: 7
- Views: 926
Re: SEARCH IN LARGE DATABASE VERY SLOW
... version. I wonder for my purposes.
I have to reread xbrowse systems for better use with array. Not sure that I will go that way....
Who has information about the RDD (CDX) filtering techniques ? Mr. Rao wrote that this is one of the most important speed issues in xbrowse when not done the best way.
I have to reread xbrowse systems for better use with array. Not sure that I will go that way....
Who has information about the RDD (CDX) filtering techniques ? Mr. Rao wrote that this is one of the most important speed issues in xbrowse when not done the best way.
- Sat Nov 05, 2022 4:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Is Xbrowse Barget still intended to filter data
- Replies: 2
- Views: 453
Re: Is Xbrowse Barget still intended to filter data
BarGet's purpose is not just for filtering. This helps us to GET some value and it is for us to do whatever with that Value, whether we use for filter or for seek or for setting scopes or for whatever purpose.
Do not underestimate filters.
Scope has limited scope. What I mean is scopes are not ...
Do not underestimate filters.
Scope has limited scope. What I mean is scopes are not ...
- Sat Nov 05, 2022 3:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Is Xbrowse Barget still intended to filter data
- Replies: 2
- Views: 453
Re: Is Xbrowse Barget still intended to filter data
BarGet's purpose is not just for filtering. This helps us to GET some value and it is for us to do whatever with that Value, whether we use for filter or for seek or for setting scopes or for whatever purpose.
Do not underestimate filters.
Scope has limited scope. What I mean is scopes are not ...
Do not underestimate filters.
Scope has limited scope. What I mean is scopes are not ...
- Sat Nov 05, 2022 1:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Is Xbrowse Barget still intended to filter data
- Replies: 2
- Views: 453
Is Xbrowse Barget still intended to filter data
... scope the data for quick access
case cData = "CustStreet"
set index street
scope the data
otherwise // more fields have been filled in, so filtering will be a better option
do the filter stuff
endcase
here is my current filtercode :
// From insite the Xbrowse setup
oBrwSel:lGetBar ...
case cData = "CustStreet"
set index street
scope the data
otherwise // more fields have been filled in, so filtering will be a better option
do the filter stuff
endcase
here is my current filtercode :
// From insite the Xbrowse setup
oBrwSel:lGetBar ...