Search found 2688 matches: search

Return to advanced search

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

... and was discussed many times in this forum. The solution is to create each control in a separate function using the principle of detached locals. Search for detached locals in this forum. The sample provided by Mr. Antonio above is the right way to go. This is a working program using the above ...
by nageswaragunupudi
Sun May 12, 2024 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 6
Views: 150

Re: xbrowseWeb - Work in Progress

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 ...
by Otto
Tue Apr 30, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 286

Re: Compiling error Antonio Nages resolved

karinha wrote:
Code: Select all  Expand view

 /m /n0 /gc1 /es2 /kh /a /i
 


Silvio, que hace el comando: /kh ?? y /n0 ??

Gracias,

rregards, saludos.


Please do I know xmate ?
Search k command on xmate

Image
by Silvio.Falconi
Mon Apr 15, 2024 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 244

Re: Question about wfReadUrl() - SOLVED

Hello Michel,
have you perhaps already had time to perform a search with PowerShell in your large datasets?
I would be very interested to know what the speed is like.
Best regards,
Otto
by Otto
Wed Apr 10, 2024 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2836

Re: Question about wfReadUrl() - SOLVED

Otto,

I don't do any search in my application into documents. Problem is that there are much to many documents (I have customers with more than 1 million documents).
So they use the standard Microsoft search which is doing fine.
by driessen
Sun Apr 07, 2024 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2836

Re: Question about wfReadUrl() - SOLVED

Hello Michel,
In your legal software, you surely often need full-text search across various documents. How do you solve that?
Best regards,
Otto
by Otto
Sun Apr 07, 2024 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2836

Re: To Nages : Search on Xbrowse tree

please any solution ?
by Silvio.Falconi
Wed Mar 27, 2024 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Search on Xbrowse tree
Replies: 1
Views: 396

Re: records on xbrowse

any solution please ? the problem is when I make a search for a sample "frank" ( on First) ndatarow is 3 and also obrw:nlen is 3 I tried to inser a variable nTotalrecords at init oDbf:= TCustomer():New() oDbf:setorder(1) oDbf:Gotop() nTotalRecords:= ...
by Silvio.Falconi
Wed Mar 27, 2024 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1741

Re: incremental search on Xbrowse

... != nil .and. Empty( ::cSeek )            ::SelectRow( 2 )  Nages I'm also interested in this change, I would also like to search for a word within the fields, how can I do it? I normally use get (cseek) and combo to change the field to search and I use multiselectcol I ...
by Silvio.Falconi
Wed Mar 27, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2093

Re: incremental search on Xbrowse

scusa Mauri siccome mi interessa pure a me mi puoi raggiungere via mail che non ho capito bene
by Silvio.Falconi
Wed Mar 27, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2093

Re: incremental search on Xbrowse

Hi Rao,
yes,
this is default in my Std management of table,

::oBrw:SetMultiSelectCol( )

I rarely disable it using the property :

::oBrw:oMultiSelCol:lReadOnly := .T.

TIA
by mauri.menabue
Wed Mar 27, 2024 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2093

Re: incremental search on Xbrowse

Are you using MultiSelectCol?
by nageswaragunupudi
Tue Mar 26, 2024 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2093

Re: incremental search on Xbrowse

Hi Master Rao,
The fix works perfectly!
:D
TIA
by mauri.menabue
Tue Mar 26, 2024 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2093

Re: records on xbrowse

perhaps I resolved with WHEN ( oBrw:nDataRows < oDbf:OrdKeyCount() )

init
Image

after search
Image
by Silvio.Falconi
Tue Mar 26, 2024 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1741

Re: incremental search on Xbrowse

Are you trying incrseek when either the focus is on an editable setcheck column or when you have a multisel column ? Please try this change         if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. ;                 ...
by nageswaragunupudi
Tue Mar 26, 2024 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2093
Next

Return to advanced search