Search found 231 matches

by PedroAlex
Mon Jul 08, 2013 4:12 am
Forum: eXpress++ Support
Topic: Use OpenSSl comand from API / DLL
Replies: 6
Views: 14147

Re: Use OpenSSl comand from API / DLL

patito. many thanks for feedback I need this to work with openssl. I have other solutions to work with openssl. è robust and free. I have SSL functions that work very well. Thanks to Phil Idle examples. But this small example rsa_sign not going well for me, and I do not see why. cares to take a look...
by PedroAlex
Fri Jul 05, 2013 7:42 am
Forum: eXpress++ Support
Topic: Use OpenSSl comand from API / DLL
Replies: 6
Views: 14147

Re: Use OpenSSl comand from API / DLL

Cliff. Many Thanks for reply. Right now I'm trying to run the commands mentioned in the previous post, from the DLL libeay32.dll from openssl. It's a matter of time and research so I can get it. It's a toothless that xbase has nothing on this type of tool increasingly important in current times. If ...
by PedroAlex
Thu Jul 04, 2013 9:32 am
Forum: eXpress++ Support
Topic: Use OpenSSl comand from API / DLL
Replies: 6
Views: 14147

Use OpenSSl comand from API / DLL

Good afternoon. I’ m Looking for a solution to create a hash key type Sha1 encoded Base64. In openssl is done by executing in CMD: ‘openssl dgst sha1-sign Fileprivatekey.pem out Filemessage.sha1 message’ and thain ‘Openssl enc -base64 -in Filemessage.sha1 -out FileMsgb64 –A’ I can do runshell() open...
by PedroAlex
Thu May 30, 2013 11:10 am
Forum: eXpress++ Support
Topic: How can I setup my own Windows Web server ?
Replies: 2
Views: 5758

Re: How can I setup my own Windows Web server ?

Joe,,

attention dyndns is no longer free.

Regards.
by PedroAlex
Thu Mar 21, 2013 5:45 am
Forum: eXpress++ Support
Topic: get data from an XML file
Replies: 3
Views: 6970

Re: get data from an XML file

Chris and Roger. Thanks for feedback. DC_Xml2ObjectTree and Dc_XmlNode is working for me . here is a small sample just for share... oTree := DC_Xml2ObjectTree( FileXML ) // FileXML is the source file XML aDataSet := oTree:findNode( 'DataSet' ) // 'Dataset' is the root node aTable := aDataSet:findNod...
by PedroAlex
Wed Mar 20, 2013 5:40 am
Forum: eXpress++ Support
Topic: get data from an XML file
Replies: 3
Views: 6970

get data from an XML file

Hello gentlemens

Could someone share some example of how to open a xml file and read the xml tags and get data from that tags,
or
refer some technique to find the best way to do it.

Very thanks in advance.

best regards.
Pedro.
by PedroAlex
Thu Mar 07, 2013 4:41 am
Forum: eXpress++ Support
Topic: How to installl on the ActiveX computer?
Replies: 17
Views: 23677

Re: How to installl on the ActiveX computer?

Thanks for comments

I solved the problem by installing Ms office.
Thus the call to MSCONCTL.ocx works well.
But I'll try to Tip of Jimmy.

Regards
Pedro
by PedroAlex
Tue Mar 05, 2013 3:34 am
Forum: eXpress++ Support
Topic: How to installl on the ActiveX computer?
Replies: 17
Views: 23677

Re: How to installl on the ActiveX computer?

Auge_Ohr wrote:
Eugene Lutsenko wrote:How to installl on the ActiveX computer?
you meen *.OCX (32bit) ?

you need to "run as Administrator"

Code: Select all

c:\Windows\System32\regsvr32.exe X:\myActiveX.OCX

This command do not work on win8!!
Know any alternative!?

regards
Pedro
by PedroAlex
Wed Jan 30, 2013 2:41 am
Forum: eXpress++ Support
Topic: Invoke a api / webservice.
Replies: 9
Views: 12984

Re: Invoke a api / webservice.

Many thanks for your topics.
I will investigate.

Respects
Pedro Alex.
by PedroAlex
Mon Jan 28, 2013 8:49 am
Forum: eXpress++ Support
Topic: Invoke a api / webservice.
Replies: 9
Views: 12984

Re: Invoke a api / webservice.

Thanks for feedBack

Invoke a webservice means to send and receive data from a website without opening the explorer.

This command opens internet explorer and shows the desired information.
But this process has to be done without opening the explorer.

Is this possible!?

Respects

Pedro Alex.