Hola amigos
Soy novato en Vfox6. Recien estoy probando en mis programas, la opcion
"grupo de opciones". Hasta aqui me salio facil, como asignar propiedades,
pero topo en lo siguiente. ¿ es posible desplegar horizontalmente las
opciones de este control ? ¿ que propiedad habria que colocar ?
Les dejo mi programa para que lo revisen.
Gracias
NAME (tipousuario)
this.borderstyle=1
this.autosize=.f.
this.ButtonCount=3
this.backcolor=rgb(167,156,146)
this.top
this.left0
this.width0
this.heighte
this.value=1
this.SetAll("Width", 110)
this.setall("backcolor",rgb(167,156,146))
this.Buttons(1).fontbold=.t.
this.Buttons(2).fontbold=.t.
this.Buttons(3).fontbold=.t.
this.Buttons(1).Caption = "\<Ejecutivos"
this.Buttons(2).Caption = "\<Administrador"
this.Buttons(3).Caption = "\<Procurador"
Leer las respuestas