Search found 230 matches

by PedroAlex
Thu Mar 24, 2022 3:59 am
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: 12148

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

Hi Diego,
What country are you from?

The first step is being able to use XML!
You can start by analyzing the eXpress examples "\EXP20\Samples\Xml"

What version of Alaska and eXpress do you have?
by PedroAlex
Tue Mar 22, 2022 9:23 am
Forum: eXpress++ Support
Topic: HTML ASCII Conversion
Replies: 2
Views: 1854

Re: HTML ASCII Conversion

Hi, Chris,

No I Have not!

I asked simply because I thought this function might already exist in Alaska or eXpress and I couldn't find it.
But it's okay if there isn't I can do it easily.

I was just trying to avoid duplicating routines that already exist.

Many thanks )
regards.
by PedroAlex
Tue Mar 22, 2022 8:50 am
Forum: eXpress++ Support
Topic: HTML ASCII Conversion
Replies: 2
Views: 1854

HTML ASCII Conversion

Hello!

Do you know if there is a function to convert characters in Html format to Ascii? Something like: ConvHtmltoAscii( "% " ) -> result : "%"

Thanks!
by PedroAlex
Fri Mar 18, 2022 10:26 am
Forum: Zen and the art of Software Maintenance
Topic: Solidarity with Ukraine
Replies: 8
Views: 5785

Re: Solidarity with Ukraine

I also want to express my solidarity with the Ukrainian people. For some years now, they have chosen Portugal to work and live. I know many who live in my area. They are serious people who want to work. We are available to welcome and support those who want to come here. The Ukrainian people have th...
by PedroAlex
Thu Feb 03, 2022 7:36 am
Forum: Xbase++ 2.0
Topic: SmtpClient() does not connect to gmail.
Replies: 12
Views: 7403

Re: SmtpClient() does not connect to gmail.

Hi Roger, Thanks for answering, I received your test emails. but with my version of xbase it doesn't work with any gmail account. I've been studying Alaska xbase developments and there have been a lot of changes to SmtClient() and MimeMessage(). I suspect my version 2.0.1176 has issues that have bee...
by PedroAlex
Wed Feb 02, 2022 9:54 am
Forum: Xbase++ 2.0
Topic: SmtpClient() does not connect to gmail.
Replies: 12
Views: 7403

Re: SmtpClient() does not connect to gmail.

Roger and Poitr,

SmtpClient doesn't work anymore for me.
something happened that all customers with gmail are reporting the same problem.

I made a small program to test and reproduce the situation.
Can you please test with your version of xbase and report the result
Teste_GMAIL.rar
(15.58 KiB) Downloaded 346 times
by PedroAlex
Tue Feb 01, 2022 12:00 pm
Forum: Xbase++ 2.0
Topic: SmtpClient() does not connect to gmail.
Replies: 12
Views: 7403

SmtpClient() does not connect to gmail.

Hello!

SMTPClient():new( "smtp.gmail.com", 465,, , 3) fail to conect the gmail server.
Looks like google changed the security settings for accessing email servers.
Does anyone know if there is a solution to work around this problem?

xBase 2.0.1176
by PedroAlex
Wed Jan 19, 2022 1:12 pm
Forum: Xbase++ 2.0
Topic: Who is using PostGreSQL?
Replies: 35
Views: 19724

Re: Who is using PostGreSQL?

Hello everybody. I'm really glad this topic happened. It is obvious that it is imperative to migrate the Dbfs to a more secure and robust Table management system. I have some tests with PostGree SQL 9.5. I have a remote server that I use to activate, renew and manage software licenses that I install...
by PedroAlex
Tue Nov 23, 2021 11:21 am
Forum: eXpress++ Support
Topic: XML Parser Portuguese Chars Conversion
Replies: 1
Views: 1990

Re: XML Parser Portuguese Chars Conversion

I found the solution
it's very simple.

SET CHARSET TO ansi

Solved..
by PedroAlex
Tue Nov 23, 2021 7:36 am
Forum: eXpress++ Support
Topic: XML Parser Portuguese Chars Conversion
Replies: 1
Views: 1990

XML Parser Portuguese Chars Conversion

Hello guys! I hope everything is alright with you! I have a small problem and I don't see the solution... I have an XML file with data in Portuguese. It turns out that when I read this data it is converted to junk characters. Has anyone had a problem of this type? What can you suggest? Anexed a demo...