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/
Search found 235 matches
- Thu Nov 28, 2024 2:57 am
- Forum: PostGreSQL
- Topic: More PGDBE questions
- Replies: 29
- Views: 9806
- Fri Jul 26, 2024 3:04 am
- Forum: eXpress++ Support
- Topic: Communication between remote applications
- Replies: 4
- Views: 8806
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...
- Sat Jul 06, 2024 1:18 am
- Forum: CXP / Web Development
- Topic: CXP print ticket
- Replies: 2
- Views: 22220
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...
- Fri Jul 05, 2024 2:12 am
- Forum: CXP / Web Development
- Topic: CXP print ticket
- Replies: 2
- Views: 22220
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...
- Sat Apr 27, 2024 4:06 am
- Forum: Xbase++ 2.0
- Topic: How to Test if a program is already running.
- Replies: 4
- Views: 15919
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?
Many Thanks.
I Will try it.
Tom.
Dc_IsAppruning only check for xbase aps! Right?
- Wed Apr 24, 2024 8:56 am
- Forum: Xbase++ 2.0
- Topic: How to Test if a program is already running.
- Replies: 4
- Views: 15919
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...
- Mon Mar 18, 2024 7:07 am
- Forum: eXpress++ Support
- Topic: Printing errors on Win 11
- Replies: 4
- Views: 12506
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.
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.
- Sat Mar 16, 2024 2:54 am
- Forum: eXpress++ Support
- Topic: Printing errors on Win 11
- Replies: 4
- Views: 12506
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?
Many Thanks
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?
Many Thanks
- Fri Jan 12, 2024 7:40 am
- Forum: eXpress++ Support
- Topic: Char2UTF8() in XML
- Replies: 5
- Views: 11856
Re: Char2UTF8() in XML
HI Chris,
It depends on what the purpose of the XML is.
I use Windows -1252 to generate the XML for the tax authority and it works well with Portuguese characters.
It depends on what the purpose of the XML is.
I use Windows -1252 to generate the XML for the tax authority and it works well with Portuguese characters.
- Sat Aug 12, 2023 2:54 am
- Forum: eXpress++ Support
- Topic: Print a Receipt Ticket in Pdf
- Replies: 3
- Views: 6136
Re: Print a Receipt Ticket in Pdf
Hi Roger. I found the source of the problem. It is related to the FormSize of BullZip Pdf. I found this excellent example \exp20\samples\printer\printerforms.prg and managed to create a specific formsize for 80 mm wide paper. FormPrint.jpg Then in Dcprint On .... Formsize I refer to the formsize ID ...