Search found 1186 matches

by Tom
Wed Jul 10, 2024 7:53 am
Forum: User Contributions
Topic: RUNSHELL AND ADMINISTRATORS
Replies: 2
Views: 1000

Re: RUNSHELL AND ADMINISTRATORS

We only use CURL for testing with RestFul APIs. We use the Chilkat Library in our applications, and the Chilkat Online Tools to get FoxPro code directly from Postman collections and Swagger APIs (which is easy to convert to Xbase++). Using the Chilkat functionalities gives the control about the proc...
by Tom
Wed Jul 10, 2024 4:59 am
Forum: eXpress++ Support
Topic: Spreadsheet options
Replies: 3
Views: 840

Re: Spreadsheet options

A guy from the german Xbase-forum created a library to generate XLS/XLSX files very fast from Xbase++-applications without having Excel installed. https://www.xbaseforum.de/viewtopic.php?t=7610
by Tom
Wed Jul 10, 2024 1:30 am
Forum: PostGreSQL
Topic: Which version of Postgresql works on windows 7
Replies: 10
Views: 1715

Re: Which version of Postgresql works on windows 7

Add:

The PGDBE uses the libpq.dll as the interface to the PostGreSQL server. Alaska currently ships libpqex.dll version 14/devel with Xbase++, which in my opinion needs PostGreSQL server 12 or later.
by Tom
Wed Jul 10, 2024 12:43 am
Forum: PostGreSQL
Topic: Which version of Postgresql works on windows 7
Replies: 10
Views: 1715

Re: Which version of Postgresql works on windows 7

Hi, Joe. Does it matter ? Not if there's an ODBC driver that is able to talk to PG 8. And there should be one for/on Windows 7 systems. Besides, PostGreSQL server 10 runs on Windows 7 systems. It's the oldest still supported version. Look here: https://www.postgresql.org/download/windows/ (k-insis a...
by Tom
Mon Jul 08, 2024 1:24 am
Forum: PostGreSQL
Topic: Which version of Postgresql works on windows 7
Replies: 10
Views: 1715

Re: Which version of Postgresql works on windows 7

Last one is 16, not 10. SQLexpress even works with older versions. SQLexpress doesn't talk to the server directly. It uses ODBC. You obviously didn't try and don't know. No, I did not know. Besides, it's not a relevant information for me, since we wouldn't recommend our customers to install 16 years...
by Tom
Sun Jul 07, 2024 2:14 am
Forum: PostGreSQL
Topic: Which version of Postgresql works on windows 7
Replies: 10
Views: 1715

Re: Which version of Postgresql works on windows 7

I use 8.3.18.
That is 16 years old.

It maybe won't work with PGDBE/ISAM emulation. 8-)
by Tom
Fri Jul 05, 2024 2:30 am
Forum: CXP / Web Development
Topic: CXP print ticket
Replies: 2
Views: 1137

Re: CXP print ticket

Client-side-printing in a web application is mostly realized using Javascript. This is a sample code that prints any html-content ('el'). ChatGPT can help you with that kind of issues. Embedding Javascript in a CXP application should be easy (but I don't use it). function printContent(el) { var rest...
by Tom
Mon Jun 17, 2024 6:47 am
Forum: eXpress++ Support
Topic: oBrowse:colcount hidden columns
Replies: 4
Views: 962

Re: oBrowse:colcount hidden columns

A browse can't hide columns. If you use the HIDE clause with eXpress++, the columns are deleted and added again, depending on the result of the HIDE-clause.
by Tom
Mon Jun 17, 2024 1:13 am
Forum: eXpress++ Support
Topic: ZAP and PACK command for DBF files - error Win 11
Replies: 29
Views: 3199

Re: ZAP and PACK command for DBF files - error Win 11

but this problem only occurs occasionally, I can't simulate it so that it always crashes.
Yes, it sometimes crashes, under certain circumstances. This is what the PDR says. The only chance is to try the workaround.