Search found 2288 matches: solved

Return to advanced search

Re: Silvo .. could you post your latest xMAte env for BCC770 ?

:D IS ON FORUM I solved all the problems with uuid and hbpcre the problem was just the bad configuration of bcc7's cfg files Let me start by saying that I have a folder in c:\ called "Work" and in this I have all the other ...
by Silvio.Falconi
Sat Apr 27, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 5
Views: 53

Silvo .. could you post your latest xMAte env for BCC770 ?

... could not find uuid.lib .. yet Buildx.bat .. I have rem's uuid.lib out and it runs fine and I get my executable .. I would appreciate if you have solved the UUID.lib problem with xMate if you could once again post your .env file ... Thanks Rick Lipkin
by Rick Lipkin
Sat Apr 27, 2024 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 5
Views: 53

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

Re: Question about wfReadUrl() - SOLVED

Otto,

Looks very good. I'll have a look tomorrow.
Thanks.
by driessen
Sun Apr 07, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2794

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

Re: Question about wfReadUrl() - SOLVED

nageswaragunupudi wrote:Another alternative
Code: Select all  Expand view
function ValidURL( cUrl )

   local cIp

   WsaStartUp()
   cIp = GetHostByName( cUrl )
   WsaCleanUp()

return cIp != "0.0.0.0"


Does this work for you? If it is working is it fast in all cases?


I like it!
by Enrico Maria Giordano
Sun Apr 07, 2024 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2794

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

Re: Question about wfReadUrl() - SOLVED

Mr. Rao,

Thanks for your suggestion.
I will test it.
by driessen
Sun Apr 07, 2024 4:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2794

Re: Question about wfReadUrl() - SOLVED

Another alternative
Code: Select all  Expand view
function ValidURL( cUrl )

   local cIp

   WsaStartUp()
   cIp = GetHostByName( cUrl )
   WsaCleanUp()

return cIp != "0.0.0.0"


Does this work for you? If it is working is it fast in all cases?
by nageswaragunupudi
Sat Apr 06, 2024 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2794

Re: Question about wfReadUrl() - SOLVED

Try this: #include "Fivewin.ch"FUNCTION MAIN()    ? URLEXIST( "https://www.emagsoftware.it" )    ? URLEXIST( "https://www.maconsult.be" )    RETURN NIL#command IF <condition> THEN <*statements*> => if ...
by Enrico Maria Giordano
Sat Apr 06, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2794

Re: Question about wfReadUrl()

... a .T. So in case http://www.ma-consult.be is blocked, the url http://www.juda.be is used. And that is what I wanted to happen. So, my problem is solved, thanks to you. Thank you so much for your help. Have a nice weekend.
by driessen
Sat Apr 06, 2024 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2794
Next

Return to advanced search