Search found 174 matches

by Diego Euri Almanzar
Thu Jun 15, 2023 1:41 am
Forum: eXpress++ Support
Topic: GMT Format
Replies: 3
Views: 3642

GMT Format

Hello!

Is there a function in Express, or in XBase++ that returns date, time, and time zone in GMT format?

example:


2023-05-05T22:00:27.9545853-04:00

I will appreciate the help.
by Diego Euri Almanzar
Sun Jun 11, 2023 11:43 pm
Forum: Xbase++ 2.0
Topic: https using httpendpoint
Replies: 6
Views: 13910

Re: https using httpendpoint

Hello Roger. Excellent Roger, great as always. I am still waiting for my digital certificates. The company I bought them from, will deliver them to me via a link, during the course of today. Which are certificates with extension P12. I know, because they have already been delivered to my colleagues ...
by Diego Euri Almanzar
Fri Jun 09, 2023 8:47 pm
Forum: Xbase++ 2.0
Topic: https using httpendpoint
Replies: 6
Views: 13910

Re: https using httpendpoint

Hello Roger Thanks in advance for your help. I was investigating, and I think it is easier, if I point to a document, or a certificate, through the following sentence: :setCertificateFromFile( <cFilename>[, cPassword] ) --> lSuccess In a few days, I will get my own certificates, bought by me. They a...
by Diego Euri Almanzar
Tue May 23, 2023 1:46 pm
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 59043

Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?

Hello Roger. For me it is a great honor, and I feel very privileged that you try to help me, because I know that you are a very capable person, and very intelligent. Beforehand thank you very much. Also, I want to take the opportunity to thank all those who participate in this forum, since through y...
by Diego Euri Almanzar
Tue May 23, 2023 12:37 am
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 59043

Re: What Java library or dll can be used to develop a WEB GUI in Xbase++?

Hello everyone! I have been using XBASE++ CXP for more than a year, and my application or WEB system works very well. CXP is definitely the best way to develop on the WEB. As a Web server I have used Windows IIS, as well as the option Standalone with HttpEndpoint. With Windows IIS, it is unstable, s...
by Diego Euri Almanzar
Mon May 22, 2023 2:26 am
Forum: CXP / Web Development
Topic: How to define a public function in a CXP application
Replies: 21
Views: 26856

Re: How to define a public function in a CXP application

Hello everyone! I have been using XBASE++ CXP for more than a year, and my application or WEB system works very well. CXP is definitely the best way to develop on the WEB. As a Web server I have used Windows IIS, as well as the option Standalone with HttpEndpoint. With Windows IIS, it is unstable, s...
by Diego Euri Almanzar
Tue Mar 14, 2023 8:40 am
Forum: eXpress++ Support
Topic: Handling XSD documents
Replies: 7
Views: 4738

Re: Handling XSD documents

Hello K-Insis!

I was researching and I understand that what you suggest is the correct path.

XMLSec is a C library that implements the standards XML Signature and XML Encryption.

I will continue to investigate, to see if it can be used via Xbase++

Have you used it with Xbase++ ?

Thank you.
by Diego Euri Almanzar
Fri Mar 10, 2023 11:45 pm
Forum: eXpress++ Support
Topic: Handling XSD documents
Replies: 7
Views: 4738

Re: Handling XSD documents

Hello K-Insis! I admit I've been stubborn about not wanting to get out of XBase++. or Express. However, I am urgent with the work of the Electronic Invoicing, and I have already evaluated other alternatives for the xsd:xml validation I even studied the Chilkat alternative. But, to my surprise, Chilk...
by Diego Euri Almanzar
Tue Feb 28, 2023 11:56 pm
Forum: eXpress++ Support
Topic: Handling XSD documents
Replies: 7
Views: 4738

Re: Handling XSD documents

Hello! After studying DC_XmlNode(), and its respective source document, I did not find a way to specify which is the xsd document, which validates the xml information that contains the data. Next, I show a small example, where I want to validate the content of NOTE, through an XSD document called va...
by Diego Euri Almanzar
Mon Feb 20, 2023 10:40 pm
Forum: eXpress++ Support
Topic: Handling XSD documents
Replies: 7
Views: 4738

Re: Handling XSD documents

Hi Roger Donnay A few months ago, I didn't know exactly what an XSD document was. Now I understand that an XSD is an XML enriched with some attributes, such as field type, and that it is used to evaluate the information of an XML. I notice that with the excellent commands and functions of the Expres...