Search found 4915 matches

by rdonnay
Thu Nov 13, 2025 9:00 am
Forum: eXpress++ Support
Topic: DcBrowse Cell Colors
Replies: 8
Views: 2478

Re: DcBrowse Cell Colors

I am looking at my source code now to try to figure out this problem.

I haven't visited this part of the code in many years.
The multiline stuff is rather complicated.
by rdonnay
Fri Oct 31, 2025 2:28 pm
Forum: eXpress++ Support
Topic: Wacom signature pad
Replies: 4
Views: 1016

Re: Wacom signature pad

Topaz signature pads are about 800 euro.
We always bought the refurbished units.

https://www.amazon.com/dp/B00BRFRAYG?ref=fed_asin_title
https://www.amazon.com/dp/B07MWYSBK8?ref=fed_asin_title
by rdonnay
Thu Oct 30, 2025 7:20 am
Forum: eXpress++ Support
Topic: QR
Replies: 15
Views: 2185

Re: QR

This code works for me:

Code: Select all

#INCLUDE "dcprint.ch"

FUNCTION Main()

DCPRINT ON NAME 'Microsoft Print to PDF' TOFILE OUTFILE 'test.pdf'

@ 10,0 dcprint say 'this is a test'

@ 12,0 dcprint bitmap '\test\miguelon\qrcode.png' scale 10

dcprint off

RETURN nil

* -----------

PROC appsys ; return
by rdonnay
Wed Oct 29, 2025 3:55 pm
Forum: eXpress++ Support
Topic: QR
Replies: 15
Views: 2185

Re: QR

Please attach your QRCode JPG file to a message on this thread so we can all see it.
by rdonnay
Wed Oct 29, 2025 8:52 am
Forum: eXpress++ Support
Topic: QR
Replies: 15
Views: 2185

Re: QR

I have never seen any problem with QR codes printing using DCPRINT. Here is an example of a receipt that is printed by the Medallion program. The output goes to a PDF file by using the Microsoft PDF Printer. IF nPage == 1 .AND. Alltrim(GetFlg('FLAG32')) == 'Y' @ nRow -20, 10, nRow + 620, 400 DCPRINT...
by rdonnay
Wed Oct 29, 2025 7:30 am
Forum: eXpress++ Support
Topic: Wacom signature pad
Replies: 4
Views: 1016

Re: Wacom signature pad

I have used several TOPAZ signature pads, but not WACOM.

If you haven't purchased any yet, they are cheap on Amazon.com.

I can give you source code for how to use them.
by rdonnay
Fri Oct 17, 2025 9:13 am
Forum: eXpress++ Support
Topic: Printer issue in Windows
Replies: 6
Views: 3390

Re: Printer issue in Windows

As a note, they are still on 1.6, not 2.0, if that matters
I would think that it just might matter.
Can you give them the latest runtime version to find out?
by rdonnay
Wed Oct 15, 2025 1:56 pm
Forum: eXpress++ Support
Topic: Printer issue in Windows
Replies: 6
Views: 3390

Re: Printer issue in Windows

when this particular user selects to use another printer, it just closes everything.
What does that mean? The printer choice dialog closes? The application quits?
by rdonnay
Sat Oct 11, 2025 10:55 am
Forum: eXpress++ Support
Topic: Tickets
Replies: 6
Views: 3710

Re: Tickets

Years ago, I modified an Xbase++ program that needed to open the cash drawer, but I don't remember what I did to make that happen.

I cannot even find the customer's code, but I may have it on an old drive.
I'll see what I can do.
The fact that you are running on a terminal server complicates things.