Search found 234 matches

by PedroAlex
Fri Jul 26, 2024 3:04 am
Forum: eXpress++ Support
Topic: Communication between remote applications
Replies: 2
Views: 155

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

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

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

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

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

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

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
by PedroAlex
Fri Jan 12, 2024 7:40 am
Forum: eXpress++ Support
Topic: Char2UTF8() in XML
Replies: 5
Views: 4935

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.
by PedroAlex
Sat Aug 12, 2023 2:54 am
Forum: eXpress++ Support
Topic: Print a Receipt Ticket in Pdf
Replies: 3
Views: 2917

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 ...
by PedroAlex
Fri Aug 11, 2023 11:06 am
Forum: eXpress++ Support
Topic: Print a Receipt Ticket in Pdf
Replies: 3
Views: 2917

Print a Receipt Ticket in Pdf

Hello! Can anyone give a tip for this problem! I'm using DcPrint On commands to print to a receipt printer. But sometimes it is necessary to send this receipt by email in Pdf. It turns out that when I send it to PDF, the paper format is always A4. And the receipt appears with a large area around it ...