Page 1 of 1

ERROR XBROWSE GETBAR NUMERICO

PostPosted: Sun Feb 13, 2022 2:01 pm
by Ariel
Mr. Rao.

Buenos dias, en el Getbar del xbrowse cuando el campo es numerico y tiene un bitmap, la alineación a la derecha no deja ver el numero que escribimos porque lo tapa la imagen.

[img]
Image
[/img]
Saludos

Re: ERROR XBROWSE GETBAR NUMERICO

PostPosted: Tue Feb 15, 2022 1:42 pm
by Ariel
???

Re: ERROR XBROWSE GETBAR NUMERICO

PostPosted: Tue Feb 15, 2022 2:07 pm
by karinha
Un ejemplo para pruebas?

Regards, saludos.

Re: ERROR XBROWSE GETBAR NUMERICO

PostPosted: Wed Feb 16, 2022 2:22 pm
by Ariel
Karina,

gracias x responder, el ejemplo es cualquier getbar que tengas una columna numerica y le pongas un bitmap al getbar.

Saludos.

Re: ERROR XBROWSE GETBAR NUMERICO

PostPosted: Tue Mar 01, 2022 7:09 pm
by Marc Venken
¿Ya has encontrado una solución?

Did you find a solution ?

Re: ERROR XBROWSE GETBAR NUMERICO

PostPosted: Wed Mar 02, 2022 4:42 pm
by Armando
Ariel:

Tengo un GET numérico con bitmap y funciona perfecto. Ah, uso FWH 2012, tal vez por ahí van los tiros

Aquí mi código

Code: Select all  Expand view

        REDEFINE GET aGets[25] VAR oWrk:CPT ID 301 OF oDlg UPDATE;
            BITMAP "Bus16" PICTURE "@Z 999";
         VALID ValCpt(oDlg,aGets);
            ACTION (oWrk:CPT := BrwCpt(oDlg),IF(oWrk:CPT > 0,(aGets[25]:SetFocus(),oDlg:PostMsg(WM_KEYDOWN,VK_RETURN,0)),));
            MESSAGE "Código del concepto"
 


Saludos

Re: ERROR XBROWSE GETBAR NUMERICO

PostPosted: Wed Mar 02, 2022 5:33 pm
by Armando
Ariel y amigos:

Aquí la imagen

https://i.postimg.cc/0Qw2JyCc/Clip1.jpg

El tres es el número completo.

Saludos

Re: ERROR XBROWSE GETBAR NUMERICO

PostPosted: Wed Mar 02, 2022 6:41 pm
by karinha