Search found 4768 matches

by rdonnay
Fri Apr 12, 2024 6:00 am
Forum: Did you Know?
Topic: A web service for your data
Replies: 9
Views: 197

Re: A web service for your data

Will licensed release be shipped with source as with Express? Everything I have ever included with eXpress++ or other donations have always included source code. This is the way of the world today, and it makes all of us better. I guess I will need to give this a higher priority, because I received...
by rdonnay
Wed Apr 10, 2024 8:07 am
Forum: Did you Know?
Topic: A web service for your data
Replies: 9
Views: 197

Re: A web service for your data

Here is a simple client program that I used to test the SQLQuery endpoint that I wrote for a customer. His data is all DBFNTX. #INCLUDE "dcdialog.CH" FUNCTION Main() LOCAL GetList[0], cSql := "", cSite, oHttp, cResponse, oResp, cDomain, nMaxRows := 10 cDomain := DC_IniRead('WebClient.ini','SYSTEM','...
by rdonnay
Wed Apr 10, 2024 7:56 am
Forum: Did you Know?
Topic: A web service for your data
Replies: 9
Views: 197

Re: A web service for your data

Will be this on next update subscription (price ?) Yes, it will. But I am going to also make this available to anyone on this forum, because it is basically a sample program that works with most Xbase++ 2.0 releases that have web classes like HttpEndpoint, WebHandler, HttpClient and functions like ...
by rdonnay
Tue Apr 09, 2024 3:33 pm
Forum: Did you Know?
Topic: A web service for your data
Replies: 9
Views: 197

Re: A web service for your data

This is 100% Xbase++ code. I have one configuration that uses https and the other 2 are http, because they are on private networks. Here is a portion of the code: soHttpEndpoint := MyHttpEndpoint():new(nPort) IF 'HTTPS:' $ Upper(scPublicHost) lStarted := soHttpEndpoint:setCertificateFromFile( DC_Cur...
by rdonnay
Mon Apr 08, 2024 12:59 pm
Forum: Did you Know?
Topic: A web service for your data
Replies: 9
Views: 197

A web service for your data

I have created several web services for eXpress++ customers which allow remote access to DBFNTX and DBFCDX data via a web browser or an Xbase++ program. Each of these servers use the same architecture. The only difference is the custom endpoints, which all follow a simple architecture. For example, ...
by rdonnay
Mon Apr 08, 2024 12:14 pm
Forum: eXpress++ Support
Topic: Printing BITMAP with transparent background
Replies: 1
Views: 281

Re: Printing BITMAP with transparent background

Chris -

Thanks for that contribution. I will add it to the next build.
by rdonnay
Tue Feb 27, 2024 8:51 am
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2531

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

This is one of Jack Djuif's contributions so that tooltips work in multiple threads.

If I can reproduce the problem, I can fix it.
Still trying to do that.
by rdonnay
Mon Feb 05, 2024 5:44 am
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2531

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

I got an unexpected error from Windows when trying to extract files from the zip.
by rdonnay
Mon Feb 05, 2024 5:41 am
Forum: eXpress++ Support
Topic: DCBROWSECOL ... HIDE
Replies: 8
Views: 1338

Re: DCBROWSECOL ... HIDE

I recommend looking at the source code of SqlQuery.prg.

The browse system allows you to collapse and restore columns.
First you tag columns with a right-click in the header, then select collapse.
by rdonnay
Wed Jan 17, 2024 2:34 pm
Forum: eXpress++ Support
Topic: TOOLTIPCOLOR and TOOLTIPFONT problem
Replies: 12
Views: 2531

Re: TOOLTIPCOLOR and TOOLTIPFONT problem

Are you unable to give me a sample program that demonstrates the problem?

You claim that you have a large program with multiple windows and threads, but I have many customers with such applications and I am not hearing reports of this problem.