change the caption but not the bitmap (png)
Code: Select all
@ 195,250 BTNBMP oBtnClose PROMPT "&Chiudi" ;
RESOURCE ".\bitmaps\DLG_NO_MIN.bmp " FLAT;
SIZE 50,50 PIXEL OF oFld:aDialogs[1] RIGHT;
ACTION CHANGE(oBtnClose, @lgiorno)
Function CHANGE(oBtnClose,lgiorno)
lgiorno:=!lGiorno
If lGiorno
oBtnClose:cBmpFile1:="time.png"
oBtnClose:cCaption:="giornaliero"
else
oBtnClose:cBmpFile1:="prenota.png"
oBtnClose:cCaption:="periodico"
endif
oBtnClose:refresh()
return lgiorno