Search found 239 matches

by PedroAlex
Sat Sep 20, 2025 1:28 am
Forum: Xbase++ Support
Topic: VisualdBSee
Replies: 5
Views: 2045

Re: VisualdBSee

And what is this application for?

Obviously, the client doesn't know anything about programming.
That's why they say they don't want changes to the source code.

In this case, there's only one solution.
Develop a new application in PGDBE and convert the DBF/NTX files.
by PedroAlex
Fri Jul 18, 2025 3:06 am
Forum: eXpress++ Support
Topic: Printing to LPT1 on Windows 11
Replies: 3
Views: 1001

Re: Printing to LPT1 on Windows 11

hI,

On a shared printer you need to set permissions on the windows driver and the correct way to print should be something like this.

https://doc.alaska-software.com/content ... rinter.cxp
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: 7951

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: 7951

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: 102216

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: 19772

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: 115047

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: 115047

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: 38767

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: 38767

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...