Centralizar texto den BTNBMP
Posted: Sat Dec 07, 2013 2:13 pm
Estimados
Como puedo hacer que me centralice el texto en un botón.... me deja un espacio en la parte superior...
gracias
@ 110,320 BTNBMP oRECEP ;
SIZE 40,25 Of oFol:aDialogs[2] ;
PROMPT 'Control de' + CRLF + 'Recepcion' 2007 ; //TexIdio[19] 2007 ; //'Control de RECEPCION'
tooltip 'Control de Recepcion' ;
ACTION (If((COMPSOL)->CANCELA > 0 .and. (COMPSOL)->CANCELA < 4 ,;
(nRecNo := AMB_REC( EMPRESA, mCodiUSUA , (COMPSOL)->(Recno()) ) ,;
If(nRecno = 0,(COMPSOL)->( DbGoBottom() ) , (COMPSOL)->(DbGoTo(nRecNo)) ), ;
oBrwCom:refresh()) ,;
MsgInfo('Compras con RECEPCION DEFINITIVA','Recepcion') ) )
Como puedo hacer que me centralice el texto en un botón.... me deja un espacio en la parte superior...
gracias
@ 110,320 BTNBMP oRECEP ;
SIZE 40,25 Of oFol:aDialogs[2] ;
PROMPT 'Control de' + CRLF + 'Recepcion' 2007 ; //TexIdio[19] 2007 ; //'Control de RECEPCION'
tooltip 'Control de Recepcion' ;
ACTION (If((COMPSOL)->CANCELA > 0 .and. (COMPSOL)->CANCELA < 4 ,;
(nRecNo := AMB_REC( EMPRESA, mCodiUSUA , (COMPSOL)->(Recno()) ) ,;
If(nRecno = 0,(COMPSOL)->( DbGoBottom() ) , (COMPSOL)->(DbGoTo(nRecNo)) ), ;
oBrwCom:refresh()) ,;
MsgInfo('Compras con RECEPCION DEFINITIVA','Recepcion') ) )