Search found 55 matches: redirect

Return to advanced search

Fulltext-Search

... that allows you to search for text patterns within files. I'm building a batch file with all the parameters and then call it with waitrun(). I redirect the response from findstr to a file and then examine the hits. Actually, the program only needs the search string and the path for now. I'm ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1230

Re: How to include hbCurl?

Marc, you can redirect to a file: clogrooms and then read with memoread. Regards, Otto DCOM := 'cmd /c "' +; cCurlPath + 'curl.exe -u username:password -i -k -F "fileToUpload=@' +; aSrc[I] + '" -F "uploadDirectory=' ...
by Otto
Fri Mar 08, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2937

Re: Request : function GetSerialCol()

... ... never saw it before, GREAT :) ---   :nEditTypes := EDIT_GET have no Effect in Sample (can edit but does not save) Question : how can i redirect Dblclick to "edit" :?: have try    :bLDblClick := :EditSource() but it gave me Error ---- when press Button "add new" ...
by Jimmy
Wed Sep 27, 2023 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : function GetSerialCol()
Replies: 8
Views: 580

Foro MODHARBOUR - posibles enlaces sospechosos

... AlexSpride Mensajes: 38 Registered for: 4 days Bhutan Mensaje por AlexSpride » Mar Ago 15, 2023 9:34 am Интересная задумка - http://33sdelki.ru/redirect/?go=http://addssites.com Arriba AlexSpride Mensajes: 38 Registered for: 4 days Bhutan Mensaje por AlexSpride » Mar Ago 15, 2023 9:35 am Интересные ...
by Verhoven
Wed Aug 16, 2023 5:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Foro MODHARBOUR - posibles enlaces sospechosos
Replies: 1
Views: 186

Re: Strange printers installed

Enrico, yes. Every time someone enters with RDP and redirect printers checked, a new "printer redirected" is installed.
I think you can search for "redirected" in the printer name and disregard those.

Best regards,
Otto
by Otto
Thu Jul 20, 2023 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange printers installed
Replies: 4
Views: 278

simulate unknown Function of UDF in IndexKey()

... Dummy so i can call XYZ() without "real" existing Function XYZ() --- so when i can get Function Name from oError the Idea is to "redirect" to existing Function Dummy() is there a Way to use this Idea :idea:
by Jimmy
Fri May 05, 2023 4:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate unknown Function of UDF in IndexKey()
Replies: 9
Views: 416

Re: MSXML2.ServerXMLHTTP / readyState / Status

... Reset Content 206 Partial Content 300 Multiple Choices 301 Moved Permanently 302 Found 303 See Other 304 Not Modified 305 Use Proxy 307 Temporary Redirect 400 Bad Request 401 Unauthorized 402 Payment Required 403 Forbidden 404 Not Found 405 Method Not Allowed 406 Not Acceptable 407 Proxy Authentication ...
by Jimmy
Sat Mar 18, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: AYUDA Explicación. WebApp - ModHarbour

... made a sketch: https://mybergland.com/fwforum/cgi_clip1.jpg Do I have to uninstall modharbour? Where do I have to enter the directory redirection? If this redirect is set correctly, should the existing links work 1:1? https://mybergland.com/fwforum/cgi_clip2.jpg Best regards, ...
by Otto
Mon Sep 19, 2022 10:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA Explicación. WebApp - ModHarbour
Replies: 24
Views: 2307

SET ALTER TO cFile ?

...     SET CONSOLE ON*   ENDIFRETURN NIL but when call onDummy() under FiveWin i got a Messagebox(cText, "Alert") and nothing is redirect to _LOGIT2.TXT :shock: so how under FiveWin :?:
by Jimmy
Tue Jul 12, 2022 12:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SET ALTER TO cFile ?
Replies: 4
Views: 388

Re: dbfntx very slow with 2+ users

... --- "File-Based" System need SMB, else you can not "share" a File "Drive Letter" use LanManager which can "redirect" Port 139 to 445 SMB2 is using UNC-Path and you do not need "Authentification" every Time so avoid Traffic on UDP Ports 135-139 ...
by Jimmy
Mon Apr 11, 2022 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6805

Re: Change htaccess for access to 1 folder

... [NC,QSA]</Directory> https://github.com/FiveTechSoft/mod_harbour/tree/master/cgi I wasn't aware of http://www.301-redirect.online thank you
by Antonio Linares
Sat Jan 08, 2022 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change htaccess for access to 1 folder
Replies: 1
Views: 260

Change htaccess for access to 1 folder

... will bring you to my site and not post the pic here as usual... File : # ~~advancedcms landing start~~ # Code generated by http://www.301-redirect.online RewriteEngine on #RewriteCond %{QUERY_STRING} ^$ #RewriteRule $ https://www.mysite.be/ [R=301,L] #RewriteCond %{REQUEST_URI}!^/fivewin/ ...
by Marc Venken
Fri Jan 07, 2022 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change htaccess for access to 1 folder
Replies: 1
Views: 260

Re: help on a GPF situation

... Harbour application, the app will output LOTS of tracing information to STDERR. If you are using a sensible command shell (such as bash) you can redirect STDERR to a file like this: my_app 2> trace.txt REDIRECTION =========== The output generated while tracing goes to STDERR by default. You ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

Re: redirecting index.prg

Thank you two so much...this made my day :-) now the redirect is working fine...thanks a lot again and have a nice weekend...
by Ruth
Sat Jul 31, 2021 6:22 pm
 
Forum: mod_harbour
Topic: redirecting index.prg
Replies: 9
Views: 1083
Next

Return to advanced search