Search found 237 matches

by PedroAlex
Fri May 30, 2025 7:04 am
Forum: Xbase++ 2.0
Topic: How do I detect the DLLs required by an XBase and eXpress application?
Replies: 5
Views: 2435

Re: How do I detect the DLLs required by an XBase and eXpress application?

Hi Tom. Many Thanks for reply. The situation is : I Have a Program.exe develloped in xBase. But I do not know what dlls i need to run this exe. Obviously, if I try to run the exe I will know step by step. What I am looking for is a way to identify which DLLS I need for this exe in advance. And provi...
by PedroAlex
Fri May 30, 2025 2:05 am
Forum: Xbase++ 2.0
Topic: How do I detect the DLLs required by an XBase and eXpress application?
Replies: 5
Views: 2435

How do I detect the DLLs required by an XBase and eXpress application?

HI,

How do I detect the DLLs required by an application?

Do you have any trick to easy identify the dll dependency of an xbase exe?

Many Thanks
by PedroAlex
Thu Nov 28, 2024 2:57 am
Forum: PostGreSQL
Topic: More PGDBE questions
Replies: 29
Views: 98283

Re: More PGDBE questions

About the PgSql server performance , it is important to have a correct and appropriate configuration.
Maybe this topic can help.
https://ilx.alaska-software.com/index.p ... ential.64/
by PedroAlex
Fri Jul 26, 2024 3:04 am
Forum: eXpress++ Support
Topic: Communication between remote applications
Replies: 4
Views: 19267

Re: Communication between remote applications

Victorio. Today there are a thousand and one ways to solve this type of problem. For example, a free, quick and effective way: You can install a cloud folder (DropBox, Google drive, etc..) on your terminal and server and exchange XML files. You place the question in XML in the folder, the server rec...
by PedroAlex
Sat Jul 06, 2024 1:18 am
Forum: CXP / Web Development
Topic: CXP print ticket
Replies: 2
Views: 111315

Re: CXP print ticket

Hello Tom. Thank you for your quick response. I have already tried this type of printing. It is not practical and does not work well... What I need is a way to print the contents of an array on a 40-column form without having to constantly select the driver. You know that on Android the printer is c...
by PedroAlex
Fri Jul 05, 2024 2:12 am
Forum: CXP / Web Development
Topic: CXP print ticket
Replies: 2
Views: 111315

CXP print ticket

Hi, I made a small application in CXP based on the "orders" sample to make online orders. The application works well on Android smartphones. But I need to print a small receipt on an 80-column thermal roll paper printer connected via BT. But it's not easy. Does anyone have this type of solution work...
by PedroAlex
Sat Apr 27, 2024 4:06 am
Forum: Xbase++ 2.0
Topic: How to Test if a program is already running.
Replies: 4
Views: 37538

Re: How to Test if a program is already running.

Jimmy.
Many Thanks.
I Will try it.

Tom.
Dc_IsAppruning only check for xbase aps! Right?
by PedroAlex
Wed Apr 24, 2024 8:56 am
Forum: Xbase++ 2.0
Topic: How to Test if a program is already running.
Replies: 4
Views: 37538

How to Test if a program is already running.

Hello! In Xbase 2.0, is it possible to test whether a given program not developed in xBase is already running? In other words, within my xbase application I need to know if a specific program not developed in xBase is already running on Windows. If it isn't, I have to run it with runshell. Has anyon...
by PedroAlex
Mon Mar 18, 2024 7:07 am
Forum: eXpress++ Support
Topic: Printing errors on Win 11
Replies: 4
Views: 17377

Re: Printing errors on Win 11

Hi Chris,

Thanks for feedback.

You're right.
The problem is related to the new win11 printer window. All my customers who report these problems have this new window. I will test the solution you suggested in the link.

regards.
by PedroAlex
Sat Mar 16, 2024 2:54 am
Forum: eXpress++ Support
Topic: Printing errors on Win 11
Replies: 4
Views: 17377

Printing errors on Win 11

Hey guys

I'm receiving some reports from customers reporting errors when printing on Windows 11.
These problems in Windows 10 do not happen.
Is anyone experiencing this type of error?

Image

Many Thanks