Search found 32 matches

by Iris Gesser
Wed Jan 27, 2021 10:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WebServices Request
Replies: 3
Views: 965

Re: WebServices Request

I think, the request is done in a really wrong way. Do you think, that the 4 first lines are needed? Because the same information is put in the post... //REQUEST START     cPost :=      "POST /Services.asmx/PMSVRExport HTTP/1.1" + CRLF ;     cPost := cPost + "Host: visitortaxtest.desk...
by Iris Gesser
Wed Jan 27, 2021 9:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WebServices Request
Replies: 3
Views: 965

WebServices Request

Good evening, may I ask you for your help? I have to make a request with webservice to receive a list of guests who had made a precheckin on a website, but unfortunately I am not able to do it. I can reach the TEST-server: http://visitortaxtest.deskline.net/Services.asmx?op=PMSVRExport but getting e...
by Iris Gesser
Wed Jul 29, 2020 8:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: basic access authentication
Replies: 5
Views: 730

Re: basic access authentication

Dear Mr. Rao, it is resolved, thank you very much. cUserPW := hb_base64encode(cHotelCode+":"+cMsgPassword,len(cHotelCode+":"+cMsgPassword)) set date french set century on loHyperlink := CreateObject( 'Microsoft.XMLHTTP' ) loHyperlink:Open( "POST" ,"https://www.korr...
by Iris Gesser
Wed Jul 29, 2020 7:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: basic access authentication
Replies: 5
Views: 730

Re: basic access authentication

Dear Mr. Rao, unfortunately it does not work, but I do not find the error. I have changed it like this: loHyperlink := CreateObject( 'Microsoft.XMLHTTP' ) loHyperlink:Open( "POST" ,"https://www.korrespondenzmanager.com/betriebe/2710335266647221/index.php", .F. ) loHyperlink:SetRe...
by Iris Gesser
Tue Jul 28, 2020 11:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: basic access authentication
Replies: 5
Views: 730

Re: basic access authentication

This are the credentials, that I have to use:

https://www.korrespondenzmanager.com/be ... /index.php
Benutzer: wusr90174-01
Passwort: twertz34

Thank you for your help
Iris
by Iris Gesser
Tue Jul 28, 2020 10:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: basic access authentication
Replies: 5
Views: 730

basic access authentication

Dear community, I am not familiar with basic access authentication. Ist there a way to post an XML with basic access authentication? I have tried this code, but I think it is just nonsense.... loHyperlink := CreateObject( 'Microsoft.XMLHTTP' ) cHttpSend := [{ "user": ]+hb_base64Encode(allt...
by Iris Gesser
Tue Mar 03, 2020 8:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse row colours
Replies: 4
Views: 809

Re: xbrowse row colours

I have just tried it, It worked perfectly, thank you, Cristobal!
by Iris Gesser
Tue Mar 03, 2020 6:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse row colours
Replies: 4
Views: 809

Re: xbrowse row colours

Thank you!
by Iris Gesser
Mon Mar 02, 2020 10:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse row colours
Replies: 4
Views: 809

xbrowse row colours

Dear community, I have tried to give a row another colour and it worked with this code. oBrw:bClrStd := { || If( (cust->resstatus = "###Cancelled" .and. cust->guarancode = " "), { CLR_WHITE, CLR_RED }, { CLR_BLACK,CLR_WHITE } ) } //@IA 2020030 How can I integrate another colour f...
by Iris Gesser
Tue Dec 03, 2019 10:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RS232 - dispensing equipment
Replies: 2
Views: 397

Re: RS232 - dispensing equipment

Thank you for your quick reponse, Cristobal!
by Iris Gesser
Tue Dec 03, 2019 10:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RS232 - dispensing equipment
Replies: 2
Views: 397

RS232 - dispensing equipment

Dear community, is there a sample, how I can start communication with a dispensing equipment using RS232? Is it possible to make a protocol in FW? At the moment we communicate with the dispensing equipment using an external software but I think it should be working directly. I did not find an exampl...
by Iris Gesser
Fri Oct 04, 2019 8:38 am
Forum: mod_harbour
Topic: Uwe's Installer - Mod Harbour in 15 min
Replies: 6
Views: 1032

Re: Uwe's Installer - Mod Harbour in 15 min

Hello,

this is the right link:
http://www.pflegeplus.com/DOWNLOADS/Install1.zip

I have made a typing error...

Kind regards
Iris
by Iris Gesser
Wed Oct 02, 2019 2:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: alphanumeric vs. numeric
Replies: 5
Views: 557

Re: alphanumeric vs. numeric

Thank you very much, this is wotking fine!
Kind regards
Iris
by Iris Gesser
Wed Oct 02, 2019 11:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: alphanumeric vs. numeric
Replies: 5
Views: 557

Re: alphanumeric vs. numeric

Hello Uwe,

thank you for your answer.
I have tried with VAL, but this is not the solution.

local cNumber = "1S2673Z"
msginfo(VAL(cNumber)) = 1

I think VAL evaluates cNumber until the first non-numeric character.

Thank you and kind regards
Iris
by Iris Gesser
Wed Oct 02, 2019 10:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: alphanumeric vs. numeric
Replies: 5
Views: 557

alphanumeric vs. numeric

Hello,

can you help me please?
I have to find out if a character variable inside is alphanumeric or numeric.
Is there an easy command, that I can use?

Thank you in advance, kind regards
Iris