DCGET problem Focus xbeK_PGDN
Posted: Thu May 21, 2015 5:00 am
Good Morning. Can someone please help me.
I get the following screen (3)
The DCGET this EDITPROTECT with Variable mEAdd y mEEdit
@ 13,10 DCGET nTbaMAR_cod PICT "99" SIZE 4 EDITPROTECT {||!mEAdd} GETOBJECT oGetCod ;
MESSAGE 'Codigo de la MARCAS/ALMACENES. Valor Comprendido ente 1 y 89 '
@ 14.2,10 DCGET nTbaMAR_Nom PICT "@!" SIZE 32 EDITPROTECT {||!mEEdit} GETOBJECT oGetNom
I pressed the Edit, Variable Change and DCGET mEEdit to edit. What makes DCGET Change the color that has the focus. I is set to
DCGETOPTIONS NOBUSY HILITEGETS COLOR_RED NOSUPERVISE ;
COLORGETS { { CIDA_GET_A0, CIDA_GET_A1} , { CIDA_GET_P0, CIDA_GET_P1 } };
SAYFONT ('10.Segoe Condensed') GETFONT ('11.Segoe Condensed') FONT ('10.Segoe Condensed');
When I Record, Pulse with the mouse the record button or Page Down Pulse, as defined in the button
AccelKey xbeK_PGDN
Well if the Botonen Pulse Record. everything OK
(2)
But if I hit, recorded correctly, but the DCGET, keeps the color when it has focus, the DCGET in Protected mode.
(1)
I can do.
I get the following screen (3)
The DCGET this EDITPROTECT with Variable mEAdd y mEEdit
@ 13,10 DCGET nTbaMAR_cod PICT "99" SIZE 4 EDITPROTECT {||!mEAdd} GETOBJECT oGetCod ;
MESSAGE 'Codigo de la MARCAS/ALMACENES. Valor Comprendido ente 1 y 89 '
@ 14.2,10 DCGET nTbaMAR_Nom PICT "@!" SIZE 32 EDITPROTECT {||!mEEdit} GETOBJECT oGetNom
I pressed the Edit, Variable Change and DCGET mEEdit to edit. What makes DCGET Change the color that has the focus. I is set to
DCGETOPTIONS NOBUSY HILITEGETS COLOR_RED NOSUPERVISE ;
COLORGETS { { CIDA_GET_A0, CIDA_GET_A1} , { CIDA_GET_P0, CIDA_GET_P1 } };
SAYFONT ('10.Segoe Condensed') GETFONT ('11.Segoe Condensed') FONT ('10.Segoe Condensed');
When I Record, Pulse with the mouse the record button or Page Down Pulse, as defined in the button
AccelKey xbeK_PGDN
Well if the Botonen Pulse Record. everything OK
(2)
But if I hit, recorded correctly, but the DCGET, keeps the color when it has focus, the DCGET in Protected mode.
(1)
I can do.