Search found 135 matches

by MIGUELON
Fri Jul 26, 2019 8:23 am
Forum: eXpress++ Support
Topic: Cashdro
Replies: 6
Views: 11227

Re: Cashdro

Thank you very much Roger the function LoadFromUrl() did not work for me but it did the following code of xb2.net.

oHttp:=xbHTTPClient():new()
oHttp:Execute(cURL)
oHttp:HTTPResponse:Content
oHttp:destroy()

Miguel
by MIGUELON
Thu Jul 25, 2019 7:17 am
Forum: eXpress++ Support
Topic: Cashdro
Replies: 6
Views: 11227

Cashdro

Hello everyone, I need to control an automatic cash drawer (Cashdro). The communication is reactivated through the web service. There is some DLL to send data to an IP and to collect the information that returns me. I've been watching xb2.net but I don't see how to send and receive. I have to send c...
by MIGUELON
Thu May 03, 2018 5:06 am
Forum: eXpress++ Support
Topic: Problem to open cash drawer, without printing ticket, therma
Replies: 6
Views: 13077

Re: Problem to open cash drawer, without printing ticket, th

Hello Jose, you should indicate the model of the printer and how you print the ticket: 1) with commands @ x, and dcprint say 2) with @ x, and say 3) With a form You have to send a special chr () code sequence for each printer brand, these codes are in the manual. regards Miguel Hola Jose deberias in...
by MIGUELON
Sat Feb 24, 2018 4:32 pm
Forum: eXpress++ Support
Topic: DCADDBUTTONXP FILE PNG
Replies: 1
Views: 5109

DCADDBUTTONXP FILE PNG

Hello Roger on "DCADDBUTTONXP
       BITMAP "I can not put a .PNG file ??
Only BMP, GIF and JPG

Xbase++ 1.9
eXpress 1.9 Build 253
Is there any solution ?

Thank you very much
by MIGUELON
Sat Feb 10, 2018 5:15 pm
Forum: Xbase++ 2.0
Topic: DCBROWSE headboards
Replies: 5
Views: 12188

Re: DCBROWSE headboards

bColorCan := {||iif(oAlbaranCTemp:dataarea:Cantidad_P=0 .and. oAlbaranCTemp:dataarea:Obsequio=0 .and. ! empty(oAlbaranCTemp:dataarea:Articulo),{GRA_CLR_WHITE,GRA_CLR_RED},NIL)} @ 7.4,1 DCBROWSE M->oLineasCompraModificar data oAlbaranCTemp; RBSELECT ; RBDOWN BrowseMenuBlock(@M->oLineasCompraModificar...
by MIGUELON
Fri Feb 09, 2018 3:37 pm
Forum: Xbase++ 2.0
Topic: DCBROWSE headboards
Replies: 5
Views: 12188

Re: DCBROWSE headboards

Imagen
by MIGUELON
Fri Feb 09, 2018 3:35 pm
Forum: Xbase++ 2.0
Topic: DCBROWSE headboards
Replies: 5
Views: 12188

DCBROWSE headboards

Hello everyone, I'm moving my program from Xbase ++ 1.9 to 2.0.875 and express 2.0 build 265
The problem is that all the grids the head is reduced.
Shipping Image

Thank you
Miguel
by MIGUELON
Thu Feb 08, 2018 10:58 am
Forum: Xbase++ 2.0
Topic: Error Xbase++ 2.0
Replies: 3
Views: 9316

Re: Error Xbase++ 2.0

The solution was very easy, you just had to reinitialize :dance:
Thank you very much everyone and greetings

Miguel
by MIGUELON
Thu Feb 08, 2018 10:10 am
Forum: Xbase++ 2.0
Topic: Error Xbase++ 2.0
Replies: 3
Views: 9316

Re: Error Xbase++ 2.0

Thank you very much for your help, I have reviewed all that:
PATH, LIB
The others dll and executed Build20
Continuous watched

Thank you
Miguel
by MIGUELON
Thu Feb 08, 2018 5:02 am
Forum: Xbase++ 2.0
Topic: Error Xbase++ 2.0
Replies: 3
Views: 9316

Error Xbase++ 2.0

Hi everyone, I am moving my Xbase 1.9 program to 2.0 and I have created the executable without problems, I am also using EXP20 build 263. The problem is that when I execute it I get the message: The input point of the XBPDIALOG procedure is not filled in the dynamic link library :think: :think: Any ...