Search found 153 matches

by MIGUELON
Thu Oct 30, 2025 3:37 pm
Forum: eXpress++ Support
Topic: QR
Replies: 15
Views: 2223

Re: QR

SOLVED
Thank you all so much for your help! I'd been looking for a solution for two days because I couldn't print QR codes.
The problem was a corrupted driver.
Thanks to everyone, I'm very happy. I've attached a picture of the result.
Regards, everyone.
by MIGUELON
Thu Oct 30, 2025 2:37 am
Forum: eXpress++ Support
Topic: QR
Replies: 15
Views: 2223

Re: QR

I'm sending it to you.
It might be that the QR code is faulty.

Regards
by MIGUELON
Thu Oct 30, 2025 2:32 am
Forum: eXpress++ Support
Topic: QR
Replies: 15
Views: 2223

Re: QR

I'm sending it to you.
It might be that the QR code is faulty.

Regards
by MIGUELON
Wed Oct 29, 2025 10:31 am
Forum: eXpress++ Support
Topic: QR
Replies: 15
Views: 2223

Re: QR

Hi Roger, this is my code: QrCode(cCadenaQR,cDirectorioFicheroQR,.f.) if file(cDirectorioFicheroQR) / message(cDirectorioFicheroQR) @ dc_printerrow()-20,10,dc_printerrow()+620,400 DCPRINT BITMAP cDirectorioFicheroQR endif The qrCode function generates a QR code in JPG format. As you can see, I've us...
by MIGUELON
Wed Oct 29, 2025 5:29 am
Forum: eXpress++ Support
Topic: QR
Replies: 15
Views: 2223

Re: QR

Thanks for the suggestion, but it doesn't work in GIF format either.
by MIGUELON
Wed Oct 29, 2025 1:52 am
Forum: eXpress++ Support
Topic: QR
Replies: 15
Views: 2223

QR

Hello everyone, I need to print a QR code on a thermal receipt printer. Although I can generate the QR code, when I try to print it using "dcprint bitmap filename", it doesn't work. I've tried several formats: BMP, PNG, and JPG, but it doesn't print in any of them. The receipt header logo prints wit...
by MIGUELON
Sat Oct 11, 2025 12:47 pm
Forum: eXpress++ Support
Topic: Tickets
Replies: 6
Views: 3725

Re: Tickets

Thanks for the reply, Roger. I know how to open the drawer or cut the paper using: SET PRINTER TO OBJECT or Printer @ 0,0 SAY chr(27)... SET printer TO When I finish printing with dcprint or before starting, and it works perfectly. The problem is that depending on the driver, for example with the pa...
by MIGUELON
Fri Oct 10, 2025 9:49 am
Forum: eXpress++ Support
Topic: Tickets
Replies: 6
Views: 3725

Re: Tickets

From what you've told me, I can't control using "dcprint" whether or not to cut the paper on a receipt printer or open the cash drawer. If so, the only solution I have left is to configure the driver to do it for me and cut it when finished. The problem is that I'm printing to a redirected printer b...
by MIGUELON
Fri Oct 10, 2025 5:02 am
Forum: Xbase++ 2.0
Topic: ADS sp_mgGetLockOwner PROCEDURE
Replies: 3
Views: 14553

Re: ADS sp_mgGetLockOwner PROCEDURE

Laga vida a ADS
by MIGUELON
Fri Oct 10, 2025 4:58 am
Forum: eXpress++ Support
Topic: Tickets
Replies: 6
Views: 3725

Re: Tickets

Thanks for the reply, maybe I didn't explain myself well.
With @0.0 dcprint, I want to be able to cut the paper on a thermal receipt printer or open the cash drawer.
With @0.0 say, I know I can do it without any problems.
Thanks.