Search found 147 matches

by Zdeno Bielik
Thu Jul 16, 2015 2:56 am
Forum: Xbase++ 2.0
Topic: SSL support for http
Replies: 15
Views: 48275

Re: SSL support for http

Roger, after re-reading documentation, it looks, if we want have secure communications, there must be also implemented WebSocketHandler() and WebSocketClient(). If it is true, please, I kindly ask you, can you add this support into your CxpHttpServer example? Many thanks. Zdeno HttpEndpoint() -An ob...
by Zdeno Bielik
Tue Jul 14, 2015 10:08 pm
Forum: Xbase++ 2.0
Topic: SSL support for http
Replies: 15
Views: 48275

Re: SSL support for http

Roger, Does the server fail to respond to the https request... I think this is true - may be I am wrong: this works for me: http://pc:8080/index.html or http://pc:8080/cxp/testregister this does not work: https://pc:8080/index.html or https://pc:8080/cxp/testregister it just still trying connect/sho...
by Zdeno Bielik
Tue Jul 14, 2015 8:08 am
Forum: Xbase++ 2.0
Topic: SSL support for http
Replies: 15
Views: 48275

Re: SSL support for http

Hi Roger,

hmmm, stunnel.exe is running and I have no problem sending e.g. eMails via it with Gmail account – see attached image.
But I still can’t figure out how to configure stunnel.conf or call index.html page that it accepts https/ssl protocol.

Please, can you look at it – many thanks.

Zdeno
by Zdeno Bielik
Mon Jul 13, 2015 11:03 am
Forum: Xbase++ 2.0
Topic: SSL support for http
Replies: 15
Views: 48275

Re: SSL support for http

Roger, ok, thanks for tip. Anyway, somewhere I do mistake... I downloaded latest stunnel and instaling it. Then I created stunnel.pem with selfsign.bat and starting stunel. I tried run https://pc05025/cxp/testregister , but without success. Note: http://pc05025/cxp/testregister works OK. So, I chang...
by Zdeno Bielik
Mon Jul 13, 2015 8:41 am
Forum: Xbase++ 2.0
Topic: SSL support for http
Replies: 15
Views: 48275

SSL support for http

Hi Roger,, please, how is it possible do „secure“ version of example below? Instead of http protocol there must be used httpS version. I need process sensitive data, e.g. name, eMail, address – I think this rule/regulation is not only in our country. Next info I found in Alaska’s Xbase++ doc: By def...
by Zdeno Bielik
Fri Jun 19, 2015 9:36 am
Forum: eXpress++ Support
Topic: DCPS how not to preview in Acrobat
Replies: 4
Views: 9291

Re: DCPS how not to preview in Acrobat

Hi, just add one line at end of this function(located in dcps.prg) – works ok for me. May be Roger can add any get/set function for enable/disable preview window. FUNCTION DC_PsEndDoc() LOCAL cFileName := PSSetFileName() PsEndDoc() IF !Empty(cFileName) DC_SpawnUrl(cFileName) ENDIF PSSetFileName( ”” ...
by Zdeno Bielik
Thu Jun 11, 2015 9:57 pm
Forum: Xbase++ 2.0
Topic: Autocomplete sample using Jquery and CXP
Replies: 3
Views: 9904

Re: Autocomplete sample using Jquery and CXP

Hi Roger,

excellent work!
Please, if is it possible, can you do example for CxpHttpServer too?

Zdeno
by Zdeno Bielik
Thu May 28, 2015 7:58 am
Forum: Xbase++ 2.0
Topic: FOXCDX and integer
Replies: 20
Views: 38643

Re: FOXCDX and integer

Hi, try set CDXDBE_MODE for COMPONENT_ORDER to CDXDBE_FOXPRO2X or to CDXDBE_VFOXPRO. HTH Zdeno **************** PROCEDURE dbeSys() **************** Set Collation To SYSTEM /* IF ! DbeLoad( "DBFDBE", .T.) MsgBox( "Database engine DBFDBE not loaded" , {"OK"} ) ENDIF IF ! DbeLoad( "CDXDBE",.T.) MsgBox(...
by Zdeno Bielik
Sun May 24, 2015 9:39 am
Forum: Xbase++ 2.0
Topic: CxpHttpEndpoint - some problems
Replies: 4
Views: 10857

Re: CxpHttpEndpoint - some problems

Roger, thank you for tip, Android version was problem! On my both mobile devices are older versions, 2.3.5 and 2.3.6... So, I just tried test it on new mobile phone of my son and it works on it without problem, super...! So, it looks, I must try update firmwares (if it is available for these my olde...
by Zdeno Bielik
Sat May 23, 2015 11:54 pm
Forum: Xbase++ 2.0
Topic: CxpHttpEndpoint - some problems
Replies: 4
Views: 10857

Re: CxpHttpEndpoint - some problems

Roger, please, just compile and run your examples posted on this link http://bb.donnay-software.com/donnay/viewtopic.php?f=15&t=1495 and try Test:Echo() and Test:EchoVars() examples on pc and tablet too – my results are showed also in attached picture. I have no problems on tablet/mobile run/show cx...