Page 1 of 1

redefine checkbox con font

PostPosted: Mon Oct 16, 2017 7:41 pm
by Patricio Avalos Aguirre
Estimados

alguna forma de colocar un font en un checkbox

no me funciona con ACTIVATE .. ON INIT oChk:setFont(oFont)

Re: redefine checkbox con font

PostPosted: Mon Oct 16, 2017 8:49 pm
by armando.lagunas
Saludos:

Prueba asi:

Code: Select all  Expand view


DEFINE FONT   xFont NAME "Consolas" SIZE 0, -19

    REDEFINE CHECKBOX oChk VAR lActivo PROMPT " Empresas Activas"    ID 21 OF oDlg
                      oChk:oFont( xFont )