Page 1 of 1
get btn as combobox btn
Posted: Mon May 20, 2019 2:29 pm
by Silvio.Falconi
How I can make to have the same btn on get as the combobox ?
I'd like have as this
any solution please ?
Re: get btn as combobox btn
Posted: Sun May 26, 2019 1:08 pm
by nageswaragunupudi
GET .... ACTION ...BITMAP FwDArrow()
Re: get btn as combobox btn
Posted: Sun May 26, 2019 3:54 pm
by Silvio.Falconi
thanks but is to large (btnbmp)
I tried to set
aGet[2]:oBtn:nWidth:= 20
it can run ok but it is moved
Re: get btn as combobox btn
Posted: Sun May 26, 2019 4:05 pm
by Silvio.Falconi
Resolved !!!!!
@ 06,50 GET aGet[2] VAR nNumberElemento SIZE 50,32 PIXEL of oFld:aDialogs[1] FONT oLarge ;
bitmap FwDArrow() ;
ACTION ....
ACTIVATE DIALOG oDlgPre CENTERED ;
ON INIT.....
aGet[2]:oBtn:nWidth:= 20 ,;
aGet[2]:oBtn:nLeft:=aget[2]:nLeft-20 ,;