Search found 167 matches

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

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: 2707

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: 2707

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...
by Diego Euri Almanzar
Sun Feb 19, 2023 3:07 pm
Forum: eXpress++ Support
Topic: Handling XSD documents
Replies: 7
Views: 2707

Handling XSD documents

Hello! I need to know the use and management of XSD for electronic invoicing, which is being implemented in my country. As I don't like to use external OCX, I have been reading for months how to use the excellent express library, for handling XSD. And, based on this example, the Express library can ...
by Diego Euri Almanzar
Wed Feb 15, 2023 5:08 pm
Forum: Xbase++ 2.0
Topic: What Java library or dll can be used to develop a WEB GUI in Xbase++?
Replies: 62
Views: 27194

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

Dear SlavkoDam, I know that it is very easy for you to create a local URL, to be able to upload a PDF. However, you didn't want to give me an example of how to do it. I suppose that through IIS, I can create a shared folder, to host the PDF documents that I want to show on my WEb system, but I haven...
by Diego Euri Almanzar
Mon Oct 10, 2022 6:11 pm
Forum: eXpress++ Support
Topic: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML format
Replies: 28
Views: 12157

Re: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML fo

Hello Tom, Thank you in advance for your great help. Recently, I had an unfortunate event, with a third party product. And, although the library that you indicate is free, I want to work with Xbase, or with Express. My mind is closed regarding other products. Other than that, I don't really want to ...
by Diego Euri Almanzar
Sun Oct 09, 2022 8:47 pm
Forum: eXpress++ Support
Topic: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML format
Replies: 28
Views: 12157

Re: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML fo

Hello everyone! With the excellent tools of Express, or Xbase++, I can read a table and convert each of its records into JSON. Now, I would like to know how to save a JSON of several records, on the hard disk, and how to reuse, or read, this JSON that will be stored on disk. For example, how do I sa...
by Diego Euri Almanzar
Sun Oct 09, 2022 12:24 am
Forum: PostGreSQL
Topic: How to use PGDBE in CXP programs
Replies: 38
Views: 14336

Re: How to use PGDBE in CXP programs

Hello Tom your suggestion gave me the courage to write to Alaska, and the response was satisfactory: PGDBE, if it can be integrated into CXP. I haven't put it into practice yet, but I will in the course of the week. This is great news for me, because I am definitely in love with CXP. I was headed fo...
by Diego Euri Almanzar
Tue Oct 04, 2022 8:14 pm
Forum: PostGreSQL
Topic: How to use PGDBE in CXP programs
Replies: 38
Views: 14336

Re: How to use PGDBE in CXP programs

Hello Tom I am definitely in love with CXP. I've learned a bit of JavaScript, HTML, and Jquery, and everything is going great for me. Except that I've been having issues with memory variables, as many times I need to swap values between CXP and JavaScript, and I haven't been able to. I did the follo...