Search found 147 matches

by MIGUELON
Sat Oct 11, 2025 12:47 pm
Forum: eXpress++ Support
Topic: Tickets
Replies: 6
Views: 1713

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

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

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

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.
by MIGUELON
Fri Oct 10, 2025 4:35 am
Forum: eXpress++ Support
Topic: Tickets
Replies: 6
Views: 1713

Tickets

Hi everyone, I'm printing tickets in graphical mode like this:
@1.0 DCPRINT SAY "Test"
My question is, can I send ESC codes, i.e., chr(27) + ...
I want to control the paper cutting and drawer opening in graphical mode.
I have no problems in non-graphical mode.
Thanks for your help.
by MIGUELON
Wed May 14, 2025 6:49 am
Forum: eXpress++ Support
Topic: ADS ERROR
Replies: 2
Views: 2890

Re: ADS ERROR

I think the problem is that there are two Advantage engines looking at each other. There can only be one.

Regards
Miguel
by MIGUELON
Sat Apr 05, 2025 11:42 am
Forum: eXpress++ Support
Topic: dc_findbrowse
Replies: 5
Views: 8620

Re: dc_findbrowse

Thanks for your words Roger, we still have a lot of life left to excite you about making software. Don't lose this enthusiasm, there's always a new idea.
by MIGUELON
Thu Apr 03, 2025 1:42 pm
Forum: eXpress++ Support
Topic: dc_findbrowse
Replies: 5
Views: 8620

Re: dc_findbrowse

Hello Wolfgang Ciriack, first of all, thank you very much for your generosity in sharing the code. I'm sending you a screenshot so you can see how it looks, and you can see that the color change isn't clear in some fields. Also, I don't know how to send you what I'm looking for. I imagine it's with ...
by MIGUELON
Wed Apr 02, 2025 10:38 am
Forum: eXpress++ Support
Topic: dc_findbrowse
Replies: 5
Views: 8620

dc_findbrowse

Hi everyone, I'd like to challenge you all with a challenge I don't know how to do. I'm using a sort of DC_FINDBROWSE() method, but it searches by content. While it works very well, I'd like the string I'm searching for to appear in a different color in the Browse column. Is this possible? Example: ...
by MIGUELON
Sun Feb 16, 2025 1:24 pm
Forum: eXpress++ Support
Topic: DCCOMBOBOX
Replies: 5
Views: 11817

Re: DCCOMBOBOX

Thank you very much Roger, this is the solution I was looking for. I had a dccombobox and a dcbrowse in the same window, when I moved through the rows of the dcbrowse with the up or down keys it sometimes jumps to the dccombobox and starts selecting options from the array. The problem is solved :cla...