Hello Michel,
In your legal software, you surely often need full-text search across various documents. How do you solve that?
Best regards,
Otto
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?
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 77 guests