note is only about print problems, on server (W 2016) I have only problem, when no default printer is installed/selected , then is problem with Active X create PDF, DOC,...
I am interesting, if on this server (2025) is still possible install Driver ODBC for Visual Foxpro.
Search found 644 matches
- Mon Mar 10, 2025 8:17 am
- Forum: eXpress++ Support
- Topic: Xbase++/eXpress++ on Windows Server 2025 / 2016
- Replies: 2
- Views: 43182
- Mon Mar 10, 2025 12:58 am
- Forum: eXpress++ Support
- Topic: Xbase++/eXpress++ on Windows Server 2025 / 2016
- Replies: 2
- Views: 43182
Xbase++/eXpress++ on Windows Server 2025 / 2016
Hi, Our client need change server OS to Windows 2025. Can I expect any problems with Xbase++? I have an older version of Xbase++, 2.0 Build 554 from 2014. My programs work fine under Windows 7,8,10, 11 (sometimes problems accessing DBF Visual Foxpro databases), Server 2003, 2012 and 2016. I have now...
- Fri Mar 07, 2025 1:57 am
- Forum: Zen and the art of Software Maintenance
- Topic: The world in crisis
- Replies: 18
- Views: 454305
Re: The world in crisis
Trump is businessman, and he see only dollars ... I remember when he was president before, he started a tariff war with China, now he's threatening tariffs everywhere, time will tell if it's just a dog barking behind a fence, but on the real street he'll wag his tail or he's serious. And if he's ser...
- Thu Mar 06, 2025 7:22 am
- Forum: Zen and the art of Software Maintenance
- Topic: The world in crisis
- Replies: 18
- Views: 454305
Re: The world in crisis
Tom :
That's what Trump says, not just Russia
We probably have different opinions on politics, but please let's not start a war here, where there has been a friendly atmosphere for many years, no matter where we are on the globe
That's what Trump says, not just Russia

We probably have different opinions on politics, but please let's not start a war here, where there has been a friendly atmosphere for many years, no matter where we are on the globe

- Tue Mar 04, 2025 8:54 am
- Forum: Zen and the art of Software Maintenance
- Topic: The world in crisis
- Replies: 18
- Views: 454305
Re: The world in crisis
There is a big Atlantic Ocean between us, but as it turns out, and I have no doubt about this for many years, the USA has a great influence on what is happening in the world, whether it is good or bad, we can all have our own opinion on it. But I have a feeling that what D.T. is doing is just some k...
- Mon Jul 29, 2024 12:01 am
- Forum: eXpress++ Support
- Topic: Communication between remote applications
- Replies: 4
- Views: 17412
Re: Communication between remote applications
ok, thanks for advice , I will look for it. some problem can be with server, because this one is well secured and the administrator will not be very willing to release the firewall for communication due to the fear of hacking from outside. the server belongs to the state wan, so I have to do it so a...
- Fri Jul 26, 2024 1:45 am
- Forum: eXpress++ Support
- Topic: Communication between remote applications
- Replies: 4
- Views: 17412
Communication between remote applications
The easiest way to solve such a problem: I have an application on a local computer, and a database or even a running application on a remote server. I need to send data to this server, e.g. several variables, or a file containing data, the server will pick them up and send the data back to me. Now I...
- Thu Jun 27, 2024 6:04 am
- Forum: eXpress++ Support
- Topic: ZAP and PACK command for DBF files - error Win 11
- Replies: 29
- Views: 66664
Re: ZAP and PACK command for DBF files - error Win 11
I am using multiprocessor , all 24 CPUs, but not as thread and as external exe modules, where modules run on 1,2,3,4,--- CPUs. I have main program, and this controlling start modules , divide process to 24 parts and every part send to module on own CPU. Main program controlling how many modules stil...
- Wed Jun 26, 2024 1:27 am
- Forum: eXpress++ Support
- Topic: ZAP and PACK command for DBF files - error Win 11
- Replies: 29
- Views: 66664
Re: ZAP and PACK command for DBF files - error Win 11
Jimmy, I have bigger files , more than 12 mil. rows sometimes file can be more than 20 milions.
better way is processing it by parts, processing is faster when working with smaller files, it's just that programming is more complicated
better way is processing it by parts, processing is faster when working with smaller files, it's just that programming is more complicated
- Wed Jun 26, 2024 12:24 am
- Forum: eXpress++ Support
- Topic: ZAP and PACK command for DBF files - error Win 11
- Replies: 29
- Views: 66664
Re: ZAP and PACK command for DBF files - error Win 11
yes, main problem for me is limitation to array elements, when number elements has about 1 milion, there is problem (at this moment I do not know one or 10 milions, because i had several arrays in proces.
but my solution is control numbers of elements and processing by parts.
but my solution is control numbers of elements and processing by parts.