Search found 85 matches: howto

Return to advanced search

Re: Expertos en expresiones regulares

... https://www3.ntu.edu.sg/home/ehchua/programming/howto/Regexe.html http://www.hmgforum.com/viewtopic.php?t=3382 https://groups.google.com/g/harbour-users/c/dBcb-tnV4TQ/m/TFmaL5eOBQAJ ...
by karinha
Thu Mar 14, 2024 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Expertos en expresiones regulares (SOLUCIONADO)
Replies: 7
Views: 1334

Re: .htaccess File

by Antonio Linares
Mon Nov 16, 2020 7:37 am
 
Forum: mod_harbour
Topic: .htaccess File
Replies: 1
Views: 295

How to get the coordinates of a child window?

... when the user moved/sized it? Is there a method or function which is doing this job or have I write one for my own :?: Any suggestion for this 'HowTo' are welcome :) :idea:
by frose
Mon Feb 04, 2019 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get the coordinates of a child window?
Replies: 5
Views: 800

Re: Ribbonbar getting black

Here is even another way to check memory use. This one is a live chart. I doesn't take a little configuring but works great.

Here is an article about how to use the Peformance Monitor that comes with Windows.

https://www.groovypost.com/howto/monitor-pc-memory-performance-usage/
by James Bott
Mon Sep 10, 2018 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar getting black
Replies: 32
Views: 6051

Re: HowTo ADS from (x)Harbour

I knew the solution now.
** IGNORE Previous Question **
Thanks
by dutch
Fri Jul 14, 2017 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HowTo ADS from (x)Harbour
Replies: 14
Views: 3121

Re: HowTo ADS from (x)Harbour

How can I connect 2 different ADS server (different license code) with free table in the same time?

Thanks in advance,
Dutch
by dutch
Fri Jul 14, 2017 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HowTo ADS from (x)Harbour
Replies: 14
Views: 3121

Re: Web service HTTP GET Basic Authentication howto

Hi, Thank you for your answer. I continue to search and I found a solution. oHttp:Open( 'GET', "https://demoweb/DiamicBiothequeService.svc/patients/0242888T/patientinfos", .f. ) oHttp:SetRequestHeader( "Content-Type","application/json") /* if its json*/ ohttp:SetRequest...
by Jack
Fri Feb 10, 2017 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web service HTTP GET Basic Authentication howto
Replies: 2
Views: 1151

Re: Web service HTTP GET Basic Authentication howto

hb_base64Encode() requires the length of the string as the second parameter (at least with xHarbour):

Code: Select all  Expand view
hb_base64Encode("test:",5)


EMG
by Enrico Maria Giordano
Fri Feb 10, 2017 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web service HTTP GET Basic Authentication howto
Replies: 2
Views: 1151

Web service HTTP GET Basic Authentication howto

Hi all, Could you check that code. I'm trying to access REST web service using HTTP basic authntication, but this is not working as well. Could you help me ? #include "fivewin.ch" function main() local ohttp := CreateObject( "MSXML2.XMLHTTP" ) set date french set century on oHttp...
by Jack
Fri Feb 10, 2017 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web service HTTP GET Basic Authentication howto
Replies: 2
Views: 1151

Need Help Solving Mysql to read a row , (username) and find

Hello Everyone, Okay, i understand howto with PHP / Mysql.. All my connections are work to Where to select from, I can ever return the members area and show rows with the NAmes and Passwords. ... This is good, At one point i thought i had ...
by Tekfreakz
Mon Feb 06, 2017 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help Solving Mysql to read a row , (username) and find
Replies: 3
Views: 839

Me Again : MySQL FW help.. Trying to find the right Syntax

... to my next dialogs. (this part of the program does not use the DataBase Root, Which is connecting fine). Anyone got the time to throw out a quick howto . Be amazing.. Thanks in Advance.
by Tekfreakz
Wed Jan 18, 2017 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Me Again : MySQL FW help.. Trying to find the right Syntax
Replies: 5
Views: 1159

Re: HOWTO. BorlandC y OpenSSL

Antonio, obtengo los mismos errores incorporando la ibrería hbssls.lib. Gracias

Saludos
by horacio
Mon Oct 03, 2016 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HOWTO. BorlandC y OpenSSL
Replies: 13
Views: 4269

Re: HOWTO. BorlandC y OpenSSL

No todavía, mañana en la oficina pruebo y comento

Saludos
by horacio
Sun Oct 02, 2016 1:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HOWTO. BorlandC y OpenSSL
Replies: 13
Views: 4269
Next

Return to advanced search